This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository efm2.
View the commit online.
commit 49e2ef919f8dda4f09977db796cda46c59c52a5c
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
AuthorDate: Fri Oct 6 19:38:56 2023 +0100
remove printf we dont need for debug
---
src/efm/efm_back_end.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/efm/efm_back_end.c b/src/efm/efm_back_end.c
index 457805c..cd24eb7 100644
--- a/src/efm/efm_back_end.c
+++ b/src/efm/efm_back_end.c
@@ -397,7 +397,6 @@ _cb_thread_notify(void *data, Ecore_Thread *th EINA_UNUSED, void *msg)
EINA_LIST_FREE(batch, c) cmd_free(c);
return;
}
- printf("XXXXX BATCH %i\n", eina_list_count(batch));
EINA_LIST_FOREACH(batch, l, c)
{
c->sort_mode = sd->config.sort_mode;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.