Remove useless code

This commit is contained in:
Dylan K. Taylor
2023-03-15 22:58:10 +00:00
parent 1af8da3c1f
commit 941fd03998

View File

@ -205,7 +205,6 @@ class NetworkSession{
$this->manager->add($this);
$this->logger->info("Session opened");
$this->entityEventBroadcaster = $entityEventBroadcaster;
}
private function getLogPrefix() : string{