winlist - remove debug printf

This commit is contained in:
Carsten Haitzler 2019-02-10 11:31:15 +00:00
parent c1c3af7412
commit 47043b5ddf
1 changed files with 0 additions and 1 deletions

View File

@ -339,7 +339,6 @@ void
e_winlist_next(void) e_winlist_next(void)
{ {
if (!_winlist) return; if (!_winlist) return;
printf("WL Next\n");
if (eina_list_count(_wins) == 1) if (eina_list_count(_wins) == 1)
{ {
if (!_win_selected) if (!_win_selected)