summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hollerbach <mail@marcel-hollerbach.de>2019-09-02 18:42:15 +0200
committerMarcel Hollerbach <mail@marcel-hollerbach.de>2019-09-02 18:42:15 +0200
commit2cbb0d382ee43b1760f0437bd629ae1069528cf5 (patch)
tree853f93ffba114bdb2b3312c479a1b78531714b47
parentc41c873e278da28b98baa49915ef49c755fcae3a (diff)
downloadefl-2cbb0d382ee43b1760f0437bd629ae1069528cf5.tar.gz
that was too noisy
-rw-r--r--src/lib/elementary/efl_ui_collection_view.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/lib/elementary/efl_ui_collection_view.c b/src/lib/elementary/efl_ui_collection_view.c
index bb0ee3f5f2..1bb3b6b737 100644
--- a/src/lib/elementary/efl_ui_collection_view.c
+++ b/src/lib/elementary/efl_ui_collection_view.c
@@ -739,13 +739,6 @@ if (request->length < 1) CRI("ACK");
eina_list_move_list(&pd->requests, &requests, ll);
}
-
- EINA_LIST_FOREACH(pd->requests, ll, request)
- {
- printf("-----> %lu %lu\n", request->offset, request->offset + request->length);
- }
-
-
return NULL;
}