summaryrefslogtreecommitdiffstats
path: root/tty.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-12-26 10:39:02 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-12-26 10:39:02 +0000
commitcd9b1b1fd399479ed58feb51201c2bc1db55faa5 (patch)
tree0423edb4672a805535ab42006f832a143e211386 /tty.c
parenta3715e786722bd64506b885e9a33d78134d02dfa (diff)
Nuke some stray debugging.
Diffstat (limited to 'tty.c')
-rw-r--r--tty.c1
1 files changed, 0 insertions, 1 deletions
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