|
@@ -283,10 +283,6 @@ ProjectsDAO.prototype.copyUserProjects = function (userId, datas, callback) {
|
|
|
|
|
|
ProjectsDAO.prototype.rename = async function (userId, compilationId, data, callback){
|
|
|
try {
|
|
|
- console.log("------------------------------------");
|
|
|
- console.log(userId) ;
|
|
|
- console.log("------------------------------------");
|
|
|
- console.log(compilationId) ;
|
|
|
if (data.id === undefined || data.id === '') {
|
|
|
throw '数据错误!';
|
|
|
}
|