remove debug

This commit is contained in:
Boris Faure 2014-06-15 22:29:56 +02:00
parent 68b73b1302
commit 7191991aec
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}