diff --git a/src/CodeEditor.php b/src/CodeEditor.php index b8ff39b..19cc34f 100755 --- a/src/CodeEditor.php +++ b/src/CodeEditor.php @@ -80,7 +80,6 @@ public function bootstrap($app) $this->registerComponents(); // Register our event handlers $this->registerEventHandlers(); - Craft::info('CodeEditor module bootstrapped', __METHOD__); } // Protected Methods