From c28eeb33661bd0cb5ed8919bfa4eb3890782b6a0 Mon Sep 17 00:00:00 2001 From: Samual Date: Fri, 17 Feb 2012 15:25:14 -0500 Subject: [PATCH] Comment out old debug print for GetIndexedEntity() function --- qcsrc/server/command/common.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/server/command/common.qc b/qcsrc/server/command/common.qc index 3b71e3d70..7bda0e056 100644 --- a/qcsrc/server/command/common.qc +++ b/qcsrc/server/command/common.qc @@ -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; } -- 2.39.2