We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adc1da3 commit 19d4bc5Copy full SHA for 19d4bc5
βsrc/input-file.component.js
@@ -33,8 +33,6 @@ class InputFileComponent {
33
reader.onabort = reject;
34
reader.onerror = reject;
35
36
- console.log(inputFile);
37
-
38
// Encapsulatized function for contextualized file + $timeout for proper angularJs refresh
39
reader.onload = (infos => readerEvent => this.$timeout(() => {
40
const fileLoaded = {
0 commit comments