]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove an old debug logging
authorFreddy <schro.sb@gmail.com>
Sat, 19 Feb 2022 13:51:08 +0000 (14:51 +0100)
committerFreddy <schro.sb@gmail.com>
Sat, 19 Feb 2022 13:57:49 +0000 (14:57 +0100)
qcsrc/menu/xonotic/dialog_multiplayer_join_serverinfo.qc

index f9ea1ef33e8ff2cc5fb139190dbd48eb80ec493d..7ff09655a39fdbdc6ca2ba03b8b4e98f12c48f04 100644 (file)
@@ -88,7 +88,6 @@ void XonoticServerInfoDialog_loadServerInfo(entity me, float i)
                {
                        ToSSpecified = true;
                        string downloadurl = v;
-                       LOG_INFOF("SERVERTOS DOWNLOADURL: %s", downloadurl);
                        if (downloadurl == "INVALID")
                        {
                                me.ToSTab.textBox.setText(me.ToSTab.textBox, _("No Terms of Service specified"));