Skip to content

Commit 49d0115

Browse files
committed
refactor: Remove unnecessary code in AppServiceProvider.php
1 parent 046a358 commit 49d0115

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/Providers/AppServiceProvider.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ public function boot(): void
3030
])->baseUrl($api_url);
3131
}
3232
});
33-
echo config('app.env');
34-
echo env('CI');
3533
if (! env('CI')) {
3634
View::share('instanceSettings', InstanceSettings::get());
3735
}

0 commit comments

Comments
 (0)