From 036d13b80c77566309a22c97cb19bcd0ba022715 Mon Sep 17 00:00:00 2001 From: James Booth Date: Fri, 16 Jan 2015 23:38:21 +0000 Subject: Removed debug --- src/ui/inputwin.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/ui/inputwin.c') diff --git a/src/ui/inputwin.c b/src/ui/inputwin.c index 6dff64ac..4a501faf 100644 --- a/src/ui/inputwin.c +++ b/src/ui/inputwin.c @@ -556,14 +556,12 @@ _handle_edit(int key_type, const wint_t ch) if ((strncmp(input, "/", 1) != 0) && (ui_current_win_type() == WIN_MUC)) { char *result = muc_autocomplete(input); if (result) { - cons_debug("ac result = %s", result); inp_replace_input(result); free(result); } } else if (strncmp(input, "/", 1) == 0) { char *result = cmd_autocomplete(input); if (result) { - cons_debug("ac result = %s", result); inp_replace_input(result); free(result); } -- cgit 1.4.1-2-gfad0 /'>summary refs log tree commit diff stats
path: root/.emacs.d/lisp/init-tramp.el
blob: 739236b127930407fdedae1f37c41464551aa7f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19