diff options
author | portix <portix@gmx.net> | 2013-05-27 18:18:49 +0200 |
---|---|---|
committer | portix <portix@gmx.net> | 2013-05-27 18:18:49 +0200 |
commit | a3c5d7cb962543f9997b2c7ac85313576abc511d (patch) | |
tree | 09c29be0f09739b9be650eee279a9ec8c11a4af3 | |
parent | 8962b30f30967c2f27c131ff56bf8441b89311f8 (diff) | |
download | dwb-a3c5d7cb962543f9997b2c7ac85313576abc511d.zip |
Remove output in scripts.c
-rw-r--r-- | src/scripts.c | 1 |
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) |