diff options
author | nicm <nicm> | 2020-11-09 08:42:43 +0000 |
---|---|---|
committer | nicm <nicm> | 2020-11-09 08:42:43 +0000 |
commit | 1326529f99366e7d438364fd8727ec132a2f7433 (patch) | |
tree | 8803b6baee21f5f0f73c9b7b0d7acfe715349642 /screen-write.c | |
parent | 9d83c5e94827db0248226149cffee23296c851aa (diff) | |
download | rtmux-1326529f99366e7d438364fd8727ec132a2f7433.tar.gz rtmux-1326529f99366e7d438364fd8727ec132a2f7433.tar.bz2 rtmux-1326529f99366e7d438364fd8727ec132a2f7433.zip |
Remove some old debug logging.
Diffstat (limited to 'screen-write.c')
-rw-r--r-- | screen-write.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/screen-write.c b/screen-write.c index c9c61086..ab6a020c 100644 --- a/screen-write.c +++ b/screen-write.c @@ -1551,7 +1551,6 @@ screen_write_collect_flush(struct screen_write_ctx *ctx, int scroll_only, TAILQ_FOREACH_SAFE(ci, &cl->items, entry, tmp) { screen_write_set_cursor(ctx, ci->x, y); if (ci->type == CLEAR_END) { - log_debug("XXX %u %u", ci->x, ci->bg); screen_write_initctx(ctx, &ttyctx, 1); ttyctx.bg = ci->bg; tty_write(tty_cmd_clearendofline, &ttyctx); |