Remove @todo comment that has been implemented

This commit is contained in:
Deon George
2020-07-10 09:43:40 +10:00
parent 12f33b6853
commit 958dbc7092

View File

@@ -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))