浏览代码

Remove log statements

Lee Morgan 6 年之前
父节点
当前提交
47949890c3
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 1 0
      controllers/renderer.js
  2. 0 1
      views/dashboardPage/js/transactions.js

+ 1 - 0
controllers/renderer.js

@@ -158,6 +158,7 @@ module.exports = {
                         });
                 }
 
+                console.log("returning merchant");
                 return Promise.all([merchant.save()].concat(promiseArray));
             })
             .then((response)=>{

+ 0 - 1
views/dashboardPage/js/transactions.js

@@ -145,7 +145,6 @@ module.exports = {
                 }
             })
             .catch((err)=>{
-                console.log(err);
                 banner.createError("UNABLE TO DISPLAY THE TRANSACTIONS");
             })
             .finally(()=>{