changeset 427:341ac6f99439

Remove debugging message.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 24 May 2012 11:39:02 +0300
parents c2e4d7b4e0ae
children 162011bbec48
files main.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/main.c	Thu May 24 11:38:54 2012 +0300
+++ b/main.c	Thu May 24 11:39:02 2012 +0300
@@ -1223,7 +1223,6 @@
             // Check if there is a handler function
             if (cmd->handler)
             {
-                printMsgQ(currWin, "%s[%p]->handler('%s')\n", cmd->cmd, cmd->handler, nbuf);
                 // Internal commands have a handler
                 return cmd->handler(conn, nbuf);
             }