MaiXinRong 3 years ago
parent
commit
7341bb4b18
1 changed files with 0 additions and 1 deletions
  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;