소스 검색

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(()=>{