diff --git a/src/Controllers/AdminController.php b/src/Controllers/AdminController.php index be003f8..e9d0254 100644 --- a/src/Controllers/AdminController.php +++ b/src/Controllers/AdminController.php @@ -26,9 +26,6 @@ class AdminController extends Controller return ! Session::get('orig_user'); } - /** - * @todo Change the background color (or something) so we know we are switched - */ public function user_switch_start($id) { if ($this->switch_session() AND $this->switch_authorised($id))