From 23ef554a98136fb83c29a69636b7346911a0c56a Mon Sep 17 00:00:00 2001 From: Andrii Bilyi Date: Fri, 23 Aug 2024 14:03:02 +0300 Subject: [PATCH] Update CodeEditor.php Remove message 'CodeEditor module bootstrapped'. This message adds a lot of junk to the logs --- src/CodeEditor.php | 1 - 1 file changed, 1 deletion(-) 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