]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove debug print
authorSamual <samual@xonotic.org>
Sat, 24 Dec 2011 22:17:46 +0000 (17:17 -0500)
committerSamual <samual@xonotic.org>
Sat, 24 Dec 2011 22:17:46 +0000 (17:17 -0500)
qcsrc/server/command/cmd.qc

index 43130b03db6b9560e55f6aa3f8b85a96bc531345..d5181ae4119591ac59ad176cfb79e67ea3102046 100644 (file)
@@ -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;
                                }