diff --git a/cista-front/src/App.vue b/cista-front/src/App.vue index af02b81..2f2840d 100644 --- a/cista-front/src/App.vue +++ b/cista-front/src/App.vue @@ -28,9 +28,6 @@ }) watchEffect(() => { - console.log('Actual Path') - console.log(Router.currentRoute.value.path) - console.log(Router.currentRoute) const documentHandler = new DocumentHandler() const documentUploadHandler = new DocumentUploadHandler() const wsWatch = createWebSocket(url_document_watch_ws, documentHandler.handleWebSocketMessage) diff --git a/cista-front/src/components/FileExplorer.vue b/cista-front/src/components/FileExplorer.vue index eff5a7d..9406c45 100644 --- a/cista-front/src/components/FileExplorer.vue +++ b/cista-front/src/components/FileExplorer.vue @@ -16,13 +16,13 @@