diff --git a/src/Colorit.php b/src/Colorit.php index 91576da..73e3250 100644 --- a/src/Colorit.php +++ b/src/Colorit.php @@ -88,8 +88,6 @@ public function init() $this->_registerWidgets(); $this->_registerVariables(); $this->_registerElementTypes(); - - Craft::info(Craft::t('colorit', '{name} plugin loaded', ['name' => $this->name]), __METHOD__); } public function beforeInstall(): bool