Remove some printfs.
authorChristopher Michael <cpmichael1@comcast.net>
Fri, 20 Nov 2009 17:12:16 +0000 (17:12 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Fri, 20 Nov 2009 17:12:16 +0000 (17:12 +0000)
SVN revision: 43825

src/modules/illume-home/e_mod_main.c

index 54e4901..bd2a868 100644 (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);
           }
      }
 }