From 23a6907975bd922e0d3cd86c1f15680541e460de Mon Sep 17 00:00:00 2001 From: Ivan Nieto Vivanco Date: Thu, 17 Feb 2022 18:05:06 -0600 Subject: [PATCH] Some minor stylistic changes --- app/Http/Controllers/SettingsController.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/app/Http/Controllers/SettingsController.php b/app/Http/Controllers/SettingsController.php index 31ece50829..27fd8236ad 100755 --- a/app/Http/Controllers/SettingsController.php +++ b/app/Http/Controllers/SettingsController.php @@ -1238,16 +1238,6 @@ class SettingsController extends Controller return redirect()->route('settings.backups.index')->with('error', $output); } - //dd($output); - - // TODO: insert the user if they are not there in the old one - - - - - // log the user out - - } else { return redirect()->route('settings.backups.index')->with('error', trans('admin/settings/message.backup.file_not_found'));