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 96722985f6940ab790aa4069906fbb6908e5737c
Author: Carsten Haitzler (Rasterman) <[email protected]>
AuthorDate: Mon Mar 30 15:28:42 2026 +0100
clean up unused comment
---
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 59fe716..fac4f8f 100644
--- a/src/efm/efm_back_end.c
+++ b/src/efm/efm_back_end.c
@@ -360,7 +360,6 @@ _icon_add_mod_props_get(Icon *icon, Cmd *c, const char *label)
eina_stringshare_replace(&(icon->info.label_selected), s);
s = cmd_key_find(c, "mime");
if (s) eina_stringshare_replace(&(icon->info.mime), s);
- // if (s) printf("XXXXX mime=%s\n", icon->info.mime);
s = cmd_key_find(c, "desktop-icon");
if (!s) s = cmd_key_find(c, "link-desktop-icon");
if (s) eina_stringshare_replace(&(icon->info.pre_lookup_icon), s);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.