remove "wtf" debug test line

This commit is contained in:
DarthArgus
2016-04-17 22:42:13 +00:00
parent 72f11faa33
commit 8bce22b7b1
@@ -257,7 +257,6 @@ void ClientConnection::validateClient(const std::string & id, const std::string
}
else
{
WARNING(true, ("wtf"));
LoginServer::getInstance().onValidateClient(suid, id, this, true, NULL, 0xFFFFFFFF, 0xFFFFFFFF);
}
}