From 50b7c7f5a6df952e71d67890c17eafb938402358 Mon Sep 17 00:00:00 2001
From: Tamara Steinwender <tamara.steinwender@tugraz.at>
Date: Mon, 12 Jul 2021 13:19:18 +0200
Subject: [PATCH] Remove comment in filehandling

---
 packages/file-handling/src/nextcloud-file-picker.js | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/packages/file-handling/src/nextcloud-file-picker.js b/packages/file-handling/src/nextcloud-file-picker.js
index 341738d9..1e9e2ab2 100644
--- a/packages/file-handling/src/nextcloud-file-picker.js
+++ b/packages/file-handling/src/nextcloud-file-picker.js
@@ -311,10 +311,7 @@ export class NextcloudFilePicker extends ScopedElementsMixin(DBPLitElement) {
                     if (this.tabulatorTable !== null) {
                         const that = this;
                         setTimeout(function(){
-                            console.log("start2");
                             if (that._('.tabulator-responsive-collapse-toggle-open')) {
-                                console.log("yes2");
-
                                 that._a('.tabulator-responsive-collapse-toggle-open').forEach(element => element.addEventListener("click", that.toggleCollapse.bind(that)));
                             }
 
-- 
GitLab