diff --git a/www/common/userObject.js b/www/common/userObject.js index 300098412..ecead9f2b 100644 --- a/www/common/userObject.js +++ b/www/common/userObject.js @@ -571,7 +571,6 @@ define([ // RENAME exp.rename = function (path, newName, cb) { if (sframeChan) { - console.log(path, newName); return void sframeChan.query("Q_DRIVE_USEROBJECT", { cmd: "rename", data: { diff --git a/www/drive/inner.html b/www/drive/inner.html index 93d4688ef..463619753 100644 --- a/www/drive/inner.html +++ b/www/drive/inner.html @@ -18,50 +18,6 @@
-