Stray debug message.

pull/1/head
Nicholas Marriott 2009-01-06 18:33:32 +00:00
parent 4817468e92
commit 0314e767e1
1 changed files with 1 additions and 3 deletions

View File

@ -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);