Removing "GENERATE EDC SOURCE" print

SVN revision: 45659
This commit is contained in:
Tiago Rezende Campos Falcao 2010-01-28 11:20:14 +00:00
parent 4da59fea04
commit b4e731abf7
1 changed files with 1 additions and 1 deletions

View 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;