Remove some printfs.

SVN revision: 43825
This commit is contained in:
Christopher Michael 2009-11-20 17:12:16 +00:00
parent 303ef9548e
commit 1efd8e2a1d
1 changed files with 0 additions and 2 deletions

View File

@ -419,13 +419,11 @@ _il_home_cb_selected(void *data, Evas_Object *obj, void *event)
if (ici)
{
printf("Selected: %s\n", ici->file);
if (ici->real_link)
{
desktop = efreet_desktop_get(ici->real_link);
if (desktop) _il_home_desktop_run(desktop);
}
else printf("No Real Link: %s\n", ici->file);
}
}
}