Skip to content

Commit 48d6c06

Browse files
committed
remove console log
1 parent 0586b1d commit 48d6c06

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/webc/file-byte-reader.js

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ class FileByteReader extends HTMLInputElement {
44
}
55

66
emit (type, detail = {}) {
7-
console.log(type, detail)
87
let event = new CustomEvent(`file-byte-reader:${type}`, {
98
bubbles: false,
109
cancelable: false,

0 commit comments

Comments
 (0)