From 2fcdd866ad5b1d613a2cbff0743ec9c780bc644b Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Thu, 14 Nov 2013 23:10:08 +0100 Subject: [PATCH] remove debug =] --- src/bin/termptyops.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/termptyops.c b/src/bin/termptyops.c index 1e6e8c6e..ee442131 100644 --- a/src/bin/termptyops.c +++ b/src/bin/termptyops.c @@ -321,7 +321,6 @@ _termpty_clear_screen(Termpty *ty, Termpty_Clear mode) ty->circular_offset = 0; _text_clear(ty, ty->screen, ty->w * ty->h, 0, EINA_TRUE); ty->state.scroll_y2 = 0; - ERR("foo"); if (ty->cb.cancel_sel.func) ty->cb.cancel_sel.func(ty->cb.cancel_sel.data); break;