summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2013-05-27 18:18:49 +0200
committerportix <portix@gmx.net>2013-05-27 18:18:49 +0200
commita3c5d7cb962543f9997b2c7ac85313576abc511d (patch)
tree09c29be0f09739b9be650eee279a9ec8c11a4af3
parent8962b30f30967c2f27c131ff56bf8441b89311f8 (diff)
downloaddwb-a3c5d7cb962543f9997b2c7ac85313576abc511d.zip
Remove output in scripts.c
-rw-r--r--src/scripts.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/scripts.c b/src/scripts.c
index 6d46d22e..3bc33488 100644
--- a/src/scripts.c
+++ b/src/scripts.c
@@ -5632,7 +5632,6 @@ init_script(const char *path, const char *script, gboolean is_archive, const cha
if (js_check_syntax(s_global_context, script, path, 2))
{
- puts(template);
debug = g_strdup_printf(template, path, script);
JSObjectRef function = js_make_function(s_global_context, debug, path, offset);
if (is_archive)