Do not include spurious noticedownload aborting sendfile reports

This commit is contained in:
toaster 2022-11-01 22:57:04 +00:00
parent 74421b7700
commit 024a140e8d

View file

@ -1031,8 +1031,6 @@ boolean SV_SendingFile(INT32 node)
*/
void SV_AbortSendFiles(INT32 node)
{
if (cv_noticedownload.value)
CONS_Printf("Aborting send files for node %d...\n", node);
while (transfer[node].txlist)
SV_EndFileSend(node);
}