]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
remove a debug print
authorFruitieX <rasse@rasse-laptop.(none)>
Tue, 26 Oct 2010 13:52:09 +0000 (16:52 +0300)
committerFruitieX <rasse@rasse-laptop.(none)>
Tue, 26 Oct 2010 13:52:09 +0000 (16:52 +0300)
qcsrc/client/Main.qc

index 60aa6b90b1a4cb33fbf241f484db8ade81cd4c1a..74db1eb83d17d08c0119cf6d9a0412760a80f28f 100644 (file)
@@ -660,8 +660,6 @@ float CSQC_InputEvent(float bInputType, float nPrimary, float nSecondary)
                }
                */ // If only I could grab F1-F12 in CSQC... but no
 
-               print(ftos(nPrimary), "\n");
-
                if(nPrimary == 121) // ascii value for y
                {
                        vote_active = 0;