remove debug line

This commit is contained in:
DarthArgus
2016-04-17 22:38:08 +00:00
parent 99a267b59f
commit 72f11faa33
@@ -42,8 +42,7 @@ int main(int argc, char ** argv)
ConfigLoginServer::install();
//-- run game
LoginServer::run();
//SetupSharedFoundation::callbackWithExceptionHandling(LoginServer::run);
SetupSharedFoundation::callbackWithExceptionHandling(LoginServer::run);
SetupSharedFoundation::remove();
return 0;