]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove debug print
authorSamual <samual@xonotic.org>
Sun, 18 Dec 2011 15:31:54 +0000 (10:31 -0500)
committerSamual <samual@xonotic.org>
Sun, 18 Dec 2011 15:31:54 +0000 (10:31 -0500)
qcsrc/server/command/sv_cmd.qc

index 7170166dfaf30437c1016085eaaf00e828d8a8f8..34e302458d2fd8294c7c41f6f12441a4df94f0d6 100644 (file)
@@ -1812,8 +1812,6 @@ void GameCommand(string command)
        // argv:   0    - 1      - 2     - 3 
        // cmd     vote - master - login - password
 
-       print(etos(self), "\n");
-
        if(strtolower(argv(0)) == "help") 
        {
                if(argc == 1)