Remove extra loading messages

This commit is contained in:
Matthew 2018-04-26 21:57:26 +02:00
parent 03edf9da20
commit 1f47afdd9c

View File

@ -39,11 +39,6 @@ class PlayerInfo extends PluginBase implements Listener {
}
SpoonDetector::printSpoon($this, 'spoon.txt');
$this->getLogger()->notice("is enabled");
}
public function onDisable() {
$this->getLogger()->notice("is disabled!");
}
public function onPacketReceived(DataPacketReceiveEvent $receiveEvent) {