From 0314e767e1176693641d857a444ca841d23e0554 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 6 Jan 2009 18:33:32 +0000 Subject: [PATCH] Stray debug message. --- status.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/status.c b/status.c index 528f4299..bf9490f1 100644 --- a/status.c +++ b/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 @@ -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);