billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=7191991aec2d5c71adbb50ddda4b56fd54ef5396
commit 7191991aec2d5c71adbb50ddda4b56fd54ef5396 Author: Boris Faure <[email protected]> Date: Sun Jun 15 22:29:56 2014 +0200 remove debug --- src/bin/termio.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/termio.c b/src/bin/termio.c index ac0378c..dc8c473 100644 --- a/src/bin/termio.c +++ b/src/bin/termio.c @@ -3987,7 +3987,6 @@ termio_scroll(Evas_Object *obj, int direction, int start_y, int end_y) { // adjust scroll position for added scrollback sd->scroll++; - ERR("scroll: %d", sd->scroll); if (sd->scroll > sd->pty->backscroll_num) sd->scroll = sd->pty->backscroll_num; } --
