From 840108dc42a13177d22e9db57a1ca6bd3739ae4b Mon Sep 17 00:00:00 2001 From: Fred Carlsen Date: Wed, 26 Sep 2018 16:01:50 +0200 Subject: [PATCH] Cleanup --- src/Tail.php | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/src/Tail.php b/src/Tail.php index 43163a8..fda7b55 100644 --- a/src/Tail.php +++ b/src/Tail.php @@ -59,24 +59,6 @@ public function init() if (Craft::$app instanceof ConsoleApplication) { $this->controllerNamespace = 'superbig\tail\console\controllers'; } - - Event::on( - Plugins::class, - Plugins::EVENT_AFTER_INSTALL_PLUGIN, - function (PluginEvent $event) { - if ($event->plugin === $this) { - } - } - ); - - Craft::info( - Craft::t( - 'tail', - '{name} plugin loaded', - ['name' => $this->name] - ), - __METHOD__ - ); } // Protected Methods