about summary refs log tree commit diff stats
path: root/src/command/command.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-01-23 19:27:39 +0000
committerJames Booth <boothj5@gmail.com>2014-01-23 19:27:39 +0000
commitb6c52007ee2ddc4001a2ab8a6586ca293d54ed18 (patch)
tree3ea21092bdbab203abaad24953f1e3692861cf6b /src/command/command.c
parent3f31c1a4e705a16284464a5798a23a3e0e701e82 (diff)
downloadprofani-tty-b6c52007ee2ddc4001a2ab8a6586ca293d54ed18.tar.gz
Removed debug
Diffstat (limited to 'src/command/command.c')
-rw-r--r--src/command/command.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/command/command.c b/src/command/command.c
index fec14032..ceed2e01 100644
--- a/src/command/command.c
+++ b/src/command/command.c
@@ -1199,7 +1199,6 @@ cmd_execute_default(const char * const inp)
     win_type_t win_type = ui_current_win_type();
     jabber_conn_status_t status = jabber_get_connection_status();
     char *recipient = ui_current_recipient();
-    cons_debug("Recipient: %s", recipient);
 
     switch (win_type)
     {