Removed stray print.

This commit is contained in:
Tristan B. Kildaire 2020-05-01 09:41:16 +02:00
parent 3f9f93d1a8
commit c4cecbb945
1 changed files with 0 additions and 1 deletions

View File

@ -79,7 +79,6 @@ public final class BesterServer
/* TODO: Implement me */
debugPrint("Constructing message handlers...");
handlers = MessageHandler.constructHandlers(this, handlerBlock);
writeln(handlers[0].getPluginName());
}
/* Setup the server socket */