From fb7a93cf7974ba2287db8e55287437d737306865 Mon Sep 17 00:00:00 2001 From: Robert Reinhard Date: Tue, 27 Sep 2022 22:49:01 -0700 Subject: [PATCH] Remove logging in init() --- src/Colorit.php | 2 -- 1 file changed, 2 deletions(-) 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