Skip to content
Snippets Groups Projects
Commit 2b9f3946 authored by Hamza HRAMCHI's avatar Hamza HRAMCHI
Browse files

FEAT #15460 TIME 0:01 rm console.log

parent 931e2485
No related branches found
No related tags found
No related merge requests found
...@@ -144,7 +144,6 @@ export class ParametersCustomizationComponent implements OnInit, OnDestroy { ...@@ -144,7 +144,6 @@ export class ParametersCustomizationComponent implements OnInit, OnDestroy {
} }
uploadTrigger(fileInput: any, mode: string) { uploadTrigger(fileInput: any, mode: string) {
console.log(fileInput);
if (fileInput.target.files && fileInput.target.files[0]) { if (fileInput.target.files && fileInput.target.files[0]) {
const res = this.canUploadFile(fileInput.target.files[0], mode); const res = this.canUploadFile(fileInput.target.files[0], mode);
if (res === true) { if (res === true) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment