raster pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=0da185b911a166360756d2ae3e4731757213c68f
commit 0da185b911a166360756d2ae3e4731757213c68f Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Sat Jan 4 16:16:19 2020 +0000 shot - remove debug printf. --- src/modules/shot/e_mod_save.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/modules/shot/e_mod_save.c b/src/modules/shot/e_mod_save.c index cf9f6c925..68eb12310 100644 --- a/src/modules/shot/e_mod_save.c +++ b/src/modules/shot/e_mod_save.c @@ -192,11 +192,7 @@ save_show(void) e_module_dir_get(shot_module)); snprintf(path2, sizeof(path2), "%s/fileman/favorites/shots.desktop", e_user_dir_get()); - if (!ecore_file_exists(path2)) - { - printf("CP [%s]->[%s]\n", path, path2); - ecore_file_cp(path, path2); - } + if (!ecore_file_exists(path2)) ecore_file_cp(path, path2); a = e_action_find("fileman"); if (a) { --
