diff options
-rw-r--r-- | windows.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/windows.c b/windows.c index ad6c1743..466e798f 100644 --- a/windows.c +++ b/windows.c @@ -495,7 +495,6 @@ void _win_resize_all(void) // only make the pads bigger, to avoid data loss on cropping if (cols > max_cols) { - cons_show("RESIZING PAD"); max_cols = cols; int i; |