KernelDeimos 1 年之前
父節點
當前提交
eee5c9e48b
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      packages/backend/src/routers/filesystem_api/batch/all.js

+ 0 - 2
packages/backend/src/routers/filesystem_api/batch/all.js

@@ -191,7 +191,6 @@ module.exports = eggspress('/batch', {
             }
 
             if ( fieldname === 'fileinfo' ) {
-                console.log('PARSING FILEINFO???', value);
                 fileinfos.push(JSON.parse(value));
                 return;
             }
@@ -210,7 +209,6 @@ module.exports = eggspress('/batch', {
 
             req.body[fieldname] = value;
         } catch (e) {
-            console.log('GOT REQUEST ERROR', e);
             request_error = e;
             req.unpipe(busboy);
             res.set("Connection", "close");