Parcourir la source

去除console

laiguoran il y a 3 ans
Parent
commit
87618eaa00
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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;
         }