From: Samual Date: Sat, 24 Dec 2011 22:17:46 +0000 (-0500) Subject: Remove debug print X-Git-Tag: xonotic-v0.6.0~188^2~28^2~75 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=e648713d8ce5e84c5d029056077bf9295bab62d5;p=xonotic%2Fxonotic-data.pk3dir.git Remove debug print --- 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; }