Skip to content
Snippets Groups Projects
Commit 2589b8ee authored by Steinwender, Tamara's avatar Steinwender, Tamara
Browse files

Remove comment in filehandling

parent e2996988
No related branches found
No related tags found
No related merge requests found
Pipeline #17856 failed
......@@ -405,7 +405,7 @@ export class FileSource extends ScopedElementsMixin(DBPLitElement) {
getClipboardFiles() {
let htmlpath = [];
htmlpath[0] = html`ein file und danach select button<br>`;
console.log("############################", this.clipBoardFiles );
//console.log("############################", this.clipBoardFiles );
for(let i = 0; i < this.clipBoardFiles.files.length; i ++)
{
console.log("--", this.clipBoardFiles.files[i].name);
......
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