Remove useless code

This commit is contained in:
Dylan K. Taylor 2023-03-15 22:58:10 +00:00
parent 1af8da3c1f
commit 941fd03998
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

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