Skip to content

Commit

Permalink
remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
MaHaWo committed Sep 27, 2024
1 parent 5b0394f commit 04c91a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/lib/components/DataInput/Fileupload.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
class={$$props.class}
accept={$$props.accept}
on:change={(event) => {
console.log(event);
if (!(event.target === null)) {
const image = event.target.files[0];
// use https://svelte.dev/repl/b17c13d4f1bb40799ccf09e0841ddd90?version=4.2.19
Expand Down

0 comments on commit 04c91a1

Please sign in to comment.