We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57c5b9f commit d0d1428Copy full SHA for d0d1428
parse.js
@@ -261,7 +261,6 @@ export const detectChar = (chunk, pattern) => {
261
if (chars[char] > 5) return char
262
}
263
// pattern.lastIndex = 0 // not reused again
264
- console.log(pattern, chars, chunk)
265
const { key } = Object.keys(chars)
266
.map((key) => ({ key, value: chars[key] }))
267
.sort((a, b) => a.value - b.value)[0]
0 commit comments