diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-06 18:33:32 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-06 18:33:32 +0000 |
commit | 0314e767e1176693641d857a444ca841d23e0554 (patch) | |
tree | 2c12982a6ab800b65ef0129c91531f7e739f0876 | |
parent | 4817468e92dea734b7aae2390798d90ab6cacd2f (diff) | |
download | rtmux-0314e767e1176693641d857a444ca841d23e0554.tar.gz rtmux-0314e767e1176693641d857a444ca841d23e0554.tar.bz2 rtmux-0314e767e1176693641d857a444ca841d23e0554.zip |
Stray debug message.
-rw-r--r-- | status.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,4 +1,4 @@ -/* $Id: status.c,v 1.54 2009-01-06 17:04:56 nicm Exp $ */ +/* $Id: status.c,v 1.55 2009-01-06 18:33:32 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -529,8 +529,6 @@ status_prompt_key(struct client *c, int key) if ((s = status_prompt_complete(word)) == NULL) break; - log_debug("XXX '%s' '%s' '%s'", c->prompt_buffer, first, last); - /* Trim out word. */ n = size - (last - c->prompt_buffer) + 1; /* with \0 */ memmove(first, last, n); |