Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sjelfull committed Sep 26, 2018
1 parent f55e8fa commit 840108d
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions src/Tail.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 840108d

Please sign in to comment.