about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-04-23 01:07:09 +0100
committerJames Booth <boothj5@gmail.com>2012-04-23 01:07:09 +0100
commit3dd132527e61bb2b45879f64cdd73e19beadbdeb (patch)
treee91c62a62dff7a021fd894fcf9c0c39e6216a658
parent3a8c86c6cad9d4d1cd2fde538a52c8f4a5d6587f (diff)
downloadprofani-tty-3dd132527e61bb2b45879f64cdd73e19beadbdeb.tar.gz
Removed resize debug
-rw-r--r--windows.c1
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;