Lee Morgan 6 жил өмнө
parent
commit
47949890c3

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