about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-02-23 00:53:22 +0000
committerJames Booth <boothj5@gmail.com>2014-02-23 00:53:22 +0000
commit23281d67410e8cde05f6ba9895f72cc76ed987dc (patch)
tree4360bca7bc01e362c2993c55c55adc2a0f7beab5 /src
parent09472e43c46d29db160c3016a27c0c2293799a2e (diff)
parent118909b07fc3bf79746a6a4a2e75bb258bcaa85a (diff)
downloadprofani-tty-23281d67410e8cde05f6ba9895f72cc76ed987dc.tar.gz
Merge branch 'master' into otr-query
Diffstat (limited to 'src')
-rw-r--r--src/ui/core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/core.c b/src/ui/core.c
index cf2b4961..d0451346 100644
--- a/src/ui/core.c
+++ b/src/ui/core.c
@@ -375,7 +375,6 @@ _ui_handle_recipient_not_found(const char * const recipient, const char * const
 static void
 _ui_handle_recipient_error(const char * const recipient, const char * const err_msg)
 {
-    cons_debug("RECIPIENT = %s", recipient);
     ProfWin *win = wins_get_by_recipient(recipient);
     GString *msg = g_string_new("");
     g_string_printf(msg, "Error from %s: %s", recipient, err_msg);