Skip to content

Commit 4568c5d

Browse files
committed
remove console.log
1 parent 36f40d3 commit 4568c5d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/storage/filters/jsonQuery.ts

-2
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,7 @@ const greaterThan = (
9696
b: ComparableType | ComparableType[]
9797
) => {
9898
const predicate = (a: ComparableType, b: ComparableType) => {
99-
console.time('detectDataFormat');
10099
const dataFormat = detectDataFormat(a.toString());
101-
console.timeEnd('detectDataFormat');
102100

103101
switch (dataFormat) {
104102
case SupportedDataFormat.BigInt:

0 commit comments

Comments
 (0)