From: fgsfds Date: Mon, 26 Aug 2019 23:11:36 +0000 (+0300) Subject: Remove stray conprint X-Git-Url: https://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=commitdiff_plain;h=b7f7681ccf7ac960f25f8cadebd6da7d109211bf Remove stray conprint --- diff --git a/src/game/g_nethandler.pas b/src/game/g_nethandler.pas index dadef20..346a501 100644 --- a/src/game/g_nethandler.pas +++ b/src/game/g_nethandler.pas @@ -162,7 +162,6 @@ var begin Result := True; MID := NetMsg.ReadByte(); - g_Console_Add('MID = ' + IntTOStr(MID)); case MID of NET_MSG_INFO: MH_RECV_Info(S, NetMsg);