[Server] Remove debug output

0.6.1
Koncord 8 years ago
parent 73cf134107
commit 9630f95335

@ -255,7 +255,6 @@ int main(int argc, char *argv[])
sstr << TES3MP_VERSION;
sstr << TES3MP_PROTO_VERSION;
sstr << version.mCommitHash;
cout << sstr.str() << endl;
peer->SetIncomingPassword(sstr.str().c_str(), (int) sstr.str().size());

Loading…
Cancel
Save