about summary refs log tree commit diff
path: root/src/game/client
diff options
context:
space:
mode:
authorJakob Fries <jakob.fries@gmail.com>2007-07-16 18:35:28 +0000
committerJakob Fries <jakob.fries@gmail.com>2007-07-16 18:35:28 +0000
commitc4373df7fe6798c027655b46e408b73b8476a3a3 (patch)
tree070b89c6e5b0338812b1886d76273eec7afb2e48 /src/game/client
parent73ab25d35983d7a30808ba9e7a996732194ed6bf (diff)
downloadzcatch-c4373df7fe6798c027655b46e408b73b8476a3a3.tar.gz
zcatch-c4373df7fe6798c027655b46e408b73b8476a3a3.zip
Diffstat (limited to 'src/game/client')
-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)