From c4373df7fe6798c027655b46e408b73b8476a3a3 Mon Sep 17 00:00:00 2001 From: Jakob Fries Date: Mon, 16 Jul 2007 18:35:28 +0000 Subject: --- src/game/client/menu.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') 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) -- cgit 1.4.1