Skip to content

Commit ad8294f

Browse files
committed
remove unuse console
1 parent 1d06780 commit ad8294f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/store/TableDataStore.js

-4
Original file line numberDiff line numberDiff line change
@@ -303,9 +303,6 @@ export class TableDataStore {
303303
break;
304304
}
305305
case '>=': {
306-
// console.log(targetVal);
307-
// console.log(filterVal);
308-
// console.log(filterVal.getDate());
309306
if (targetVal < filterVal) {
310307
valid = false;
311308
}
@@ -501,7 +498,6 @@ export class TableDataStore {
501498
if (filterFormatted && format) {
502499
targetVal = format(targetVal, row, formatExtraData, r);
503500
} else if (filterValue) {
504-
console.log('inin');
505501
targetVal = filterValue(targetVal, row);
506502
}
507503
for (let j = 0, textLength = searchTextArray.length; j < textLength; j++) {

0 commit comments

Comments
 (0)