Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_apps.c Log Message: remove deboogering =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_apps.c,v retrieving revision 1.237 retrieving revision 1.238 diff -u -3 -r1.237 -r1.238 --- e_apps.c 24 Oct 2006 11:23:02 -0000 1.237 +++ e_apps.c 24 Oct 2006 11:23:24 -0000 1.238 @@ -1471,7 +1471,6 @@ if (!file) return NULL; - printf("e_app_file_find(%s\n", file); for (l = _e_apps_all->subapps; l; l = l->next) { E_App *a; @@ -1479,13 +1478,11 @@ a = l->data; E_OBJECT_CHECK_RETURN(a, NULL); E_OBJECT_TYPE_CHECK_RETURN(a, E_APP_TYPE, NULL); - printf("%s\n", a); if (a->path) { char *p; p = strrchr(a->path, '/'); - printf("FIND: %s == %s\n", p, file); if (p) { p++; ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs