From 00c395364007e67605809ae1f6650a896bc374cc Mon Sep 17 00:00:00 2001 From: FruitieX Date: Tue, 26 Oct 2010 16:52:09 +0300 Subject: [PATCH] remove a debug print --- qcsrc/client/Main.qc | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.39.2