Removing "GENERATE EDC SOURCE" print
authortiago <tiago@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 28 Jan 2010 11:20:14 +0000 (11:20 +0000)
committertiago <tiago@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 28 Jan 2010 11:20:14 +0000 (11:20 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@45659 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/edje_edit.c

index 6e66a13..17d789f 100644 (file)
@@ -5916,7 +5916,7 @@ _edje_generate_source_of_group(Edje *ed, const char *group, FILE *f)
 static const char* //return the name of the temp file containing the edc
 _edje_generate_source(Evas_Object *obj)
 {
-   printf("\n****** GENERATE EDC SOURCE *********\n");
+   //printf("\n****** GENERATE EDC SOURCE *********\n");
    char tmpn[PATH_MAX];
    int fd;
    FILE *f;