remove debug
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 28 Aug 2009 05:49:40 +0000 (05:49 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 28 Aug 2009 05:49:40 +0000 (05:49 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@42057 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/bin/edje_cc_out.c

index d5a2957..efc1307 100644 (file)
@@ -781,7 +781,6 @@ data_write_scripts(Eet_File *ef)
 
        char tmpn[4096];
        snprintf(tmpn, PATH_MAX, "%s/edje_cc.sma-tmp-XXXXXX", tmp_dir);
-        printf("%s\n", tmpn);
        fd = mkstemp(tmpn);
        if (fd < 0)
          error_and_abort(ef, "Unable to open temp file \"%s\" for script "
@@ -792,7 +791,6 @@ data_write_scripts(Eet_File *ef)
 
        char tmpo[4096];
        snprintf(tmpo, PATH_MAX, "%s/edje_cc.amx-tmp-XXXXXX", tmp_dir);
-        printf("%s\n", tmpn);
        fd = mkstemp(tmpo);
        if (fd < 0)
          {