MaiXinRong 3 vuotta sitten
vanhempi
commit
7341bb4b18
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      app/public/js/ledger_check.js

+ 0 - 1
app/public/js/ledger_check.js

@@ -78,7 +78,6 @@ const ledgerCheckUtil = {
             }
             if (!_.isMatch(checkData, calcData)) {
                 error.push(node);
-                console.log(checkData, calcData);
             }
         }
         return error;