Remove print

This commit is contained in:
Kawe Mazidjatari 2022-08-14 15:44:37 +02:00
parent bf3b7bdace
commit ad28dcf7fd

View File

@ -61,8 +61,6 @@ void CServerListManager::LaunchServer(void) const
//-----------------------------------------------------------------------------
void CServerListManager::ConnectToServer(const string& svIp, const string& svPort, const string& svNetKey) const
{
printf("%s %s\n", svIp.c_str(), svPort.c_str());
if (!svNetKey.empty())
{
NET_SetKey(svNetKey);