From bca1ffbd601a19245717752df9f312172aaa3bf8 Mon Sep 17 00:00:00 2001 From: Bennett Date: Tue, 10 Mar 2020 15:11:03 +0100 Subject: Add "IS_REGISTRATION_ENABLED" option --- app/Controllers/Http/DashboardController.js | 1 - 1 file changed, 1 deletion(-) (limited to 'app/Controllers/Http/DashboardController.js') 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 { session.flash({ type: 'danger', message: 'Invalid Ferdi account file' }); return response.redirect('back'); } - console.log(file); if (!file || !file.services || !file.workspaces) { session.flash({ type: 'danger', message: 'Invalid Ferdi account file (2)' }); -- cgit v1.2.3-70-g09d2