EPhoto: Remove stray printfs.

This commit is contained in:
Stephen okra Houston 2016-02-25 16:46:04 -06:00
parent 9ec91c1297
commit 957d72fc39
2 changed files with 1 additions and 7 deletions

View File

@ -471,10 +471,8 @@ _monitor_created(void *data, int type EINA_UNUSED, void *event)
snprintf(file, PATH_MAX, "%s", ev->filename);
snprintf(dir, PATH_MAX, "%s", ecore_file_dir_get(file));
printf("Howdy %s\n", ev->filename);
if (strcmp(ephoto->config->directory, dir))
return ECORE_CALLBACK_RENEW;
return ECORE_CALLBACK_PASS_ON;
if (evas_object_image_extension_can_load_get(ev->filename))
{
@ -554,8 +552,6 @@ _monitor_modified(void *data, int type EINA_UNUSED, void *event)
Eio_Monitor_Event *ev = event;
char file[PATH_MAX], dir[PATH_MAX];
printf("Doody %s\n", ev->filename);
snprintf(file, PATH_MAX, "%s", ev->filename);
snprintf(dir, PATH_MAX, "%s", ecore_file_dir_get(file));

View File

@ -182,8 +182,6 @@ _monitor_modified(void *data, int type EINA_UNUSED, void *event EINA_UNUSED)
Ephoto_Single_Browser *sb = data;
Ephoto_Viewer *v = evas_object_data_get(sb->viewer, "viewer");
printf("Cutie\n");
if (!ecore_file_exists(sb->entry->path))
ephoto_entry_free(sb->ephoto, sb->entry);
else