Skip to content

Commit

Permalink
Update packages/ui/components/input-file/src/LionInputFile.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tlouisse authored Jun 20, 2023
1 parent 19e603a commit 8616844
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ui/components/input-file/src/LionInputFile.js
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,6 @@ export class LionInputFile extends ScopedElementsMixin(LocalizeMixin(LionField))
this.setAttribute('drop-zone', '');
}

console.log(this._fileListNode);

/** @type {LionSelectedFileList} */ (this._fileListNode).addEventListener(
'file-remove-requested',
Expand Down

0 comments on commit 8616844

Please sign in to comment.