Nuke some stray debugging.

pull/1/head
Nicholas Marriott 2009-12-26 10:39:02 +00:00
parent a3715e7867
commit cd9b1b1fd3
1 changed files with 0 additions and 1 deletions

1
tty.c
View File

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