summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)