raster pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=47043b5ddfd57e837779484e9f3295e7294675bd
commit 47043b5ddfd57e837779484e9f3295e7294675bd Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com> Date: Sun Feb 10 11:31:15 2019 +0000 winlist - remove debug printf --- src/modules/winlist/e_winlist.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/winlist/e_winlist.c b/src/modules/winlist/e_winlist.c index ac66f536f..0b38004e8 100644 --- a/src/modules/winlist/e_winlist.c +++ b/src/modules/winlist/e_winlist.c @@ -339,7 +339,6 @@ void e_winlist_next(void) { if (!_winlist) return; - printf("WL Next\n"); if (eina_list_count(_wins) == 1) { if (!_win_selected) --