Skip to content

Commit ff7e169

Browse files
authored
Update BoostServiceProvider.php
1 parent 006e28f commit ff7e169

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/BoostServiceProvider.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ public function boot(Router $router): void
5757
{
5858
// Only enable Boost on local environments
5959
if (! app()->environment(['local', 'testing']) && config('app.debug', false) !== true) {
60-
Log::warning('Boost can\'t boot as it can\'t detect if it\'s in a local environment.');
61-
6260
return;
6361
}
6462

0 commit comments

Comments
 (0)