From e648713d8ce5e84c5d029056077bf9295bab62d5 Mon Sep 17 00:00:00 2001 From: Samual Date: Sat, 24 Dec 2011 17:17:46 -0500 Subject: [PATCH] Remove debug print --- qcsrc/server/command/cmd.qc | 1 - 1 file changed, 1 deletion(-) diff --git a/qcsrc/server/command/cmd.qc b/qcsrc/server/command/cmd.qc index 43130b03d..d5181ae41 100644 --- a/qcsrc/server/command/cmd.qc +++ b/qcsrc/server/command/cmd.qc @@ -475,7 +475,6 @@ void ClientCommand_tell(float request, float argc, string command) } else if(strtolower(argv(1)) == "world") { - print("magic ear ftw\n"); trigger_magicear_processmessage_forallears(self, -1, world, substring(command, argv_start_index(ParseCommandPlayerSlotTarget_firsttoken), argv_end_index(-1) - argv_start_index(ParseCommandPlayerSlotTarget_firsttoken))); return; } -- 2.39.2