Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
knzai committed Aug 10, 2024
1 parent 0586b1d commit 48d6c06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/webc/file-byte-reader.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ class FileByteReader extends HTMLInputElement {
}

emit (type, detail = {}) {
console.log(type, detail)
let event = new CustomEvent(`file-byte-reader:${type}`, {
bubbles: false,
cancelable: false,
Expand Down

0 comments on commit 48d6c06

Please sign in to comment.