Skip to content

Commit

Permalink
_
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromedockes committed Aug 4, 2024
1 parent 7b86481 commit f91e3d5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions skrub-online-report.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ class App {
}

receive(data) {
console.log(data.kind);
for (let handler of this.handlers) {
handler.receive(data);
}
Expand Down Expand Up @@ -142,7 +141,6 @@ class FileInput extends Handler {
return;
}
const selectedFile = allSelectedFiles[0];
console.log(this);
this.emit({
kind: "FILE_SELECTED",
file: selectedFile,
Expand Down

0 comments on commit f91e3d5

Please sign in to comment.