Skip to content

Commit d0d1428

Browse files
committed
fix: remove console
1 parent 57c5b9f commit d0d1428

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

parse.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,6 @@ export const detectChar = (chunk, pattern) => {
261261
if (chars[char] > 5) return char
262262
}
263263
// pattern.lastIndex = 0 // not reused again
264-
console.log(pattern, chars, chunk)
265264
const { key } = Object.keys(chars)
266265
.map((key) => ({ key, value: chars[key] }))
267266
.sort((a, b) => a.value - b.value)[0]

0 commit comments

Comments
 (0)