@@ -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;