Skip to content

Commit e2975b1

Browse files
committed
Remove unnecessary console output
1 parent cf7c236 commit e2975b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ function createOpenDBFunction (opts) {
2020
size: size
2121
})
2222
function onError (err) {
23-
console.error(err)
2423
guardedConsole('error', err)
2524
if (typeof opts.onError === 'function') {
2625
opts.onError(err)

0 commit comments

Comments
 (0)