ソースを参照

去除console

laiguoran 3 年 前
コミット
87618eaa00
1 ファイル変更0 行追加1 行削除
  1. 0 1
      app/service/change_project.js

+ 0 - 1
app/service/change_project.js

@@ -168,7 +168,6 @@ module.exports = app => {
                 const limitString = offset >= 0 ? offset + ',' + limit : limit;
                 sql += ' LIMIT ' + limitString;
             }
-            console.log(sql, sqlParam);
             const list = await this.db.query(sql, sqlParam);
             return list;
         }