remove console log

This commit is contained in:
Niels Lyngsø
2024-02-21 21:05:16 +01:00
parent 87501b4b46
commit 8a339f0909

View File

@@ -209,7 +209,6 @@ export class UmbInputUploadFieldElement extends FormControlMixin(UmbLitElement)
}
#renderFiles() {
console.log('files', this._files);
return repeat(
this._files,
(path) => path,