shot - remove debug printf.

This commit is contained in:
Carsten Haitzler 2020-01-04 16:16:19 +00:00
parent 32754cff9f
commit 0da185b911
1 changed files with 1 additions and 5 deletions

View File

@ -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)
{