Skip to content

Commit

Permalink
Shouldn't be in there anyway.
Browse files Browse the repository at this point in the history
  • Loading branch information
fr3nch13 committed Aug 21, 2024
1 parent d8a7133 commit 46dc1f4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,6 @@ public function bootstrap(PluginApplicationInterface $app): void
if (PHP_SAPI === 'cli') {
$this->bootstrapCli($app);
}

/*
* Only try to load DebugKit in development mode
* Debug Kit should not be installed on a production system
*/
if (Configure::read('debug')) {
$app->addOptionalPlugin(\DebugKit\Plugin::class);
}
}

/**
Expand Down

0 comments on commit 46dc1f4

Please sign in to comment.