From: FruitieX Date: Tue, 26 Oct 2010 13:52:09 +0000 (+0300) Subject: remove a debug print X-Git-Tag: xonotic-v0.1.0preview~202^2~20 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=00c395364007e67605809ae1f6650a896bc374cc;p=xonotic%2Fxonotic-data.pk3dir.git remove a debug print --- diff --git a/qcsrc/client/Main.qc b/qcsrc/client/Main.qc index 60aa6b90b..74db1eb83 100644 --- a/qcsrc/client/Main.qc +++ b/qcsrc/client/Main.qc @@ -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;