From: z411 Date: Fri, 2 Apr 2021 22:04:15 +0000 (-0300) Subject: Removed debug info X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=3f0769425cb3d588d39414f9a64c14c0191d7624;p=xonotic%2Fxonotic-data.pk3dir.git Removed debug info --- diff --git a/qcsrc/client/main.qc b/qcsrc/client/main.qc index 0dfb7455e..a42587ab1 100644 --- a/qcsrc/client/main.qc +++ b/qcsrc/client/main.qc @@ -1083,7 +1083,6 @@ NET_HANDLE(TE_CSQC_CHATSOUND, bool isNew) { string snd = ReadString(); snd = strcat("chat/", snd, ".ogg"); - LOG_INFOF("Client got chat sound %s", snd); precache_sound(snd); _sound(NULL, CH_INFO, snd, VOL_BASE, ATTN_NONE);