summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>2009-08-28 05:49:40 +0000
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>2009-08-28 05:49:40 +0000
commit5b2aa583ba773f231a0d1993300abf5d0a442eda (patch)
tree302a8a7b5d3ea90499bcfe18a76fc597c6ef2470
parente104ecbae069bfcb81918c5a44527d4278afd099 (diff)
downloadedje-5b2aa583ba773f231a0d1993300abf5d0a442eda.tar.gz
edje-5b2aa583ba773f231a0d1993300abf5d0a442eda.tar.bz2
edje-5b2aa583ba773f231a0d1993300abf5d0a442eda.zip
remove debug
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@42057 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
-rw-r--r--src/bin/edje_cc_out.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bin/edje_cc_out.c b/src/bin/edje_cc_out.c
index d5a2957..efc1307 100644
--- a/src/bin/edje_cc_out.c
+++ b/src/bin/edje_cc_out.c
@@ -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)
{