diff --git a/src/axm_helper.php b/src/axm_helper.php index cc8a5d2..cb4b5a2 100644 --- a/src/axm_helper.php +++ b/src/axm_helper.php @@ -77,13 +77,6 @@ function raxm(string $component) */ function raxmScripts() { - // $raxm = app('raxm'); - // dd( - // $raxm - // ); - // Boot the Raxm instance if necessary. - // $raxm->boot(); - // Set a flag in the View class to enable Raxm scripts and assets. return View::$raxmAssets = true; }