aboutsummaryrefslogtreecommitdiffstats
path: root/app/Controllers/Http/DashboardController.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controllers/Http/DashboardController.js')
-rw-r--r--app/Controllers/Http/DashboardController.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Controllers/Http/DashboardController.js b/app/Controllers/Http/DashboardController.js
index 1018f78..86cfa74 100644
--- a/app/Controllers/Http/DashboardController.js
+++ b/app/Controllers/Http/DashboardController.js
@@ -181,7 +181,6 @@ class DashboardController {
181 session.flash({ type: 'danger', message: 'Invalid Ferdi account file' }); 181 session.flash({ type: 'danger', message: 'Invalid Ferdi account file' });
182 return response.redirect('back'); 182 return response.redirect('back');
183 } 183 }
184 console.log(file);
185 184
186 if (!file || !file.services || !file.workspaces) { 185 if (!file || !file.services || !file.workspaces) {
187 session.flash({ type: 'danger', message: 'Invalid Ferdi account file (2)' }); 186 session.flash({ type: 'danger', message: 'Invalid Ferdi account file (2)' });