From cd9b1b1fd399479ed58feb51201c2bc1db55faa5 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sat, 26 Dec 2009 10:39:02 +0000 Subject: [PATCH] Nuke some stray debugging. --- tty.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tty.c b/tty.c index c06a4dde..43f1701a 100644 --- a/tty.c +++ b/tty.c @@ -1231,7 +1231,6 @@ tty_colours(struct tty *tty, const struct grid_cell *gc, u_char *attr) if (fg == tc->fg && bg == tc->bg && ((flags ^ tc->flags) & (GRID_FLAG_FG256|GRID_FLAG_BG256)) == 0) return; - log_debug("fg was %hhu, now %hhu", tc->fg, fg); /* * Is either the default colour? This is handled specially because the