diff --git a/src/Plugin.php b/src/Plugin.php index 9b14edc..fcf3f66 100644 --- a/src/Plugin.php +++ b/src/Plugin.php @@ -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); - } } /**