Skip to content

Commit

Permalink
remove console.logs
Browse files Browse the repository at this point in the history
  • Loading branch information
TRMSC committed Nov 4, 2023
1 parent 43ec8c1 commit d5d3c08
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/src/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -484,10 +484,6 @@ handleFileSelect = (file) => {
let textarea = document.getElementById('imagescene-url');
textarea.value = dataUri;

console.log('Breite: ' + originalWidth + 'px');
console.log('Höhe: ' + originalHeight + 'px');
console.log('Data URI des ausgewählten Bildes:', dataUri);

};

};
Expand Down

0 comments on commit d5d3c08

Please sign in to comment.