Remove debug information from base controller
This commit is contained in:
parent
62f1a3b795
commit
8b76707997
1 changed files with 0 additions and 2 deletions
|
|
@ -24,8 +24,6 @@ abstract class BaseController extends Controller
|
|||
if ($sel != null)
|
||||
$sel->setSelected();
|
||||
|
||||
error_log(print_r($menu, true));
|
||||
|
||||
return [
|
||||
'main_menu' => $menu
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue