]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Removed debug info
authorz411 <z411@omaera.org>
Fri, 2 Apr 2021 22:04:15 +0000 (19:04 -0300)
committerz411 <z411@omaera.org>
Fri, 2 Apr 2021 22:04:15 +0000 (19:04 -0300)
qcsrc/client/main.qc

index 0dfb7455e283c7c8e4ec82d642bde3ec3b153322..a42587ab11aab0887c0ef69029bb5f16f261f6bd 100644 (file)
@@ -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);