about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-12-01 22:13:42 +0000
committerJames Booth <boothj5@gmail.com>2014-12-01 22:13:42 +0000
commitbca36bfcbf965adf57fa3fdb266c8d709508475b (patch)
tree5fa20a8ccd7144f126a5a2a8dff3b720de6f677a /src
parentfe021a226c1246350493d3655608a3d559294455 (diff)
downloadprofani-tty-bca36bfcbf965adf57fa3fdb266c8d709508475b.tar.gz
Removed debug
Diffstat (limited to 'src')
-rw-r--r--src/ui/inputwin.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/ui/inputwin.c b/src/ui/inputwin.c
index c3b20e1a..4c9845a4 100644
--- a/src/ui/inputwin.c
+++ b/src/ui/inputwin.c
@@ -135,14 +135,6 @@ inp_get_char(char *input, int *size, int *result)
     noecho();
     *result = wget_wch(inp_win, &ch);
 
-    if (*result != ERR) {
-        if (*result == KEY_CODE_YES) {
-            cons_debug("KEY %d, KEY_CODE_YES", ch);
-        } else {
-            cons_debug("KEY %d", ch);
-        }
-    }
-
     gboolean in_command = FALSE;
     if ((display_size > 0 && input[0] == '/') ||
             (display_size == 0 && ch == '/')) {
@@ -610,8 +602,6 @@ _handle_backspace(int display_size, int inp_x, int *size, char *input)
 static int
 _handle_alt_key(char *input, int *size, int key)
 {
-    cons_debug("ALT %d", key);
-
     switch (key)
     {
         case '1':