mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-08 17:24:22 +01:00
Stray debug message.
This commit is contained in:
parent
4817468e92
commit
0314e767e1
4
status.c
4
status.c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user