about summary refs log tree commit diff
path: root/src/game
diff options
context:
space:
mode:
Diffstat (limited to 'src/game')
-rw-r--r--src/game/client/menu.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/game/client/menu.cpp b/src/game/client/menu.cpp
index ff1d1125..d90e5039 100644
--- a/src/game/client/menu.cpp
+++ b/src/game/client/menu.cpp
@@ -360,9 +360,6 @@ int ui_do_edit_box(void *id, float x, float y, float w, float h, char *str, int
 		int k = input::last_key();
 		int len = strlen(str);
 
-		if (c)
-			dbg_msg("menu", "c: %i", c);
-	
 		if (c >= 32 && c < 128)
 		{
 			if (len < str_size - 1)