diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2024-10-05 00:35:36 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2024-10-05 00:35:36 +0000 |
commit | 39e3ddf8f866f73ab51f149e424d1b29616684b9 (patch) | |
tree | 68ec8a84d2da030d25a919ab69e2881b8a976828 | |
parent | 7934e24e35a4daf577c394fb6f0a2b7332f6aeb2 (diff) |
Remove some debugging left behind.
-rw-r--r-- | usr.bin/tmux/window-copy.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tmux/window-copy.c b/usr.bin/tmux/window-copy.c index d8f48cf4751..6e290315c70 100644 --- a/usr.bin/tmux/window-copy.c +++ b/usr.bin/tmux/window-copy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: window-copy.c,v 1.356 2024/10/05 00:32:55 nicm Exp $ */ +/* $OpenBSD: window-copy.c,v 1.357 2024/10/05 00:35:35 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com> @@ -4221,7 +4221,6 @@ window_copy_write_line(struct window_mode_entry *wme, ft = format_create_defaults(NULL, NULL, NULL, NULL, wp); expanded = format_expand(ft, value); if (*expanded != '\0') { - log_debug("--> %s", expanded); screen_write_cursormove(ctx, 0, 0, 0); format_draw(ctx, &gc, sx, expanded, NULL, 0); } |