MaiXinRong 3 gadi atpakaļ
vecāks
revīzija
20e3f51e63
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      app/lib/ledger.js

+ 0 - 1
app/lib/ledger.js

@@ -885,7 +885,6 @@ class checkData {
         }
     }
     checkOverRange() {
-        console.log('checkOverRange');
         const isTz = this.ctx.tender.data.measure_type === this.measureType.tz.value;
         for (const b of this.checkBills.nodes) {
             if (b.children && b.children.length > 0) continue;