diff options
author | James Booth <boothj5@gmail.com> | 2012-04-23 01:07:09 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2012-04-23 01:07:09 +0100 |
commit | 3dd132527e61bb2b45879f64cdd73e19beadbdeb (patch) | |
tree | e91c62a62dff7a021fd894fcf9c0c39e6216a658 | |
parent | 3a8c86c6cad9d4d1cd2fde538a52c8f4a5d6587f (diff) | |
download | profani-tty-3dd132527e61bb2b45879f64cdd73e19beadbdeb.tar.gz |
Removed resize debug
-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; |