remove debug

SVN revision: 42086
This commit is contained in:
Vincent Torri 2009-08-29 08:42:44 +00:00
parent 2e38151ed8
commit d3d9560eb1
1 changed files with 0 additions and 1 deletions

View File

@ -655,7 +655,6 @@ compile(void)
if (!p) strcpy(inc, "./");
else *p = 0;
snprintf (tmpn, PATH_MAX, "%s/edje_cc.edc-tmp-XXXXXX", tmp_dir);
printf("%s\n", tmpn);
fd = mkstemp(tmpn);
if (fd >= 0)
{