aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-12-26 23:49:27 +0000
committerTiago Cunha <tcunha@gmx.com>2009-12-26 23:49:27 +0000
commit51a284e056af08d765c9827db216e14b1c3aa2e9 (patch)
tree4b05cbe114993863910d35ed994198cb0767c1fb
parent3cc7f2e191115b815b7486a40919611032d1187c (diff)
downloadrtmux-51a284e056af08d765c9827db216e14b1c3aa2e9.tar.gz
rtmux-51a284e056af08d765c9827db216e14b1c3aa2e9.tar.bz2
rtmux-51a284e056af08d765c9827db216e14b1c3aa2e9.zip
Sync OpenBSD patchset 593:
Nuke some stray debugging.
-rw-r--r--tty.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tty.c b/tty.c
index 4b9d429c..e2cd3244 100644
--- a/tty.c
+++ b/tty.c
@@ -1,4 +1,4 @@
-/* $Id: tty.c,v 1.183 2009-12-16 01:13:09 tcunha Exp $ */
+/* $Id: tty.c,v 1.184 2009-12-26 23:49:27 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -1236,7 +1236,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