Skip to content

Commit

Permalink
Update CodeEditor.php
Browse files Browse the repository at this point in the history
Remove message 'CodeEditor module bootstrapped'.
This message adds a lot of junk to the logs
  • Loading branch information
duxabilii authored Aug 23, 2024
1 parent 44002f0 commit 23ef554
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/CodeEditor.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ public function bootstrap($app)
$this->registerComponents();
// Register our event handlers
$this->registerEventHandlers();
Craft::info('CodeEditor module bootstrapped', __METHOD__);
}

// Protected Methods
Expand Down

0 comments on commit 23ef554

Please sign in to comment.