]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Comment out old debug print for GetIndexedEntity() function
authorSamual <samual@xonotic.org>
Fri, 17 Feb 2012 20:25:14 +0000 (15:25 -0500)
committerSamual <samual@xonotic.org>
Fri, 17 Feb 2012 20:25:14 +0000 (15:25 -0500)
qcsrc/server/command/common.qc

index 3b71e3d701dfe6c483b17d932a9e6f1822fdacde..7bda0e0569e321f72376c7bc3c8e3cb8b8cc11dc 100644 (file)
@@ -102,7 +102,7 @@ entity GetIndexedEntity(float argc, float start_index)
        }
        
        next_token = index;
-       print(strcat("start_index: ", ftos(start_index), ", next_token: ", ftos(next_token), ", edict: ", ftos(num_for_edict(selection)), ".\n"));
+       //print(strcat("start_index: ", ftos(start_index), ", next_token: ", ftos(next_token), ", edict: ", ftos(num_for_edict(selection)), ".\n"));
        return selection;
 }