From 752261c66c3a8f6d5cbfb4d1311776dd07f0e144 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 7 Jul 2012 00:16:07 +0100 Subject: Improve logging and inline script handling --- javascript/jsapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'javascript/jsapi.c') diff --git a/javascript/jsapi.c b/javascript/jsapi.c index 6ba9427bf..fa8726b42 100644 --- a/javascript/jsapi.c +++ b/javascript/jsapi.c @@ -133,7 +133,7 @@ bool js_exec(jscontext *ctx, const char *txt, size_t txtlen) { JSContext *cx = (JSContext *)ctx; - LOG(("%p \"%s\"",cx ,txt)); + /* LOG(("%p \"%s\"",cx ,txt)); */ if (ctx == NULL) { return false; -- cgit v1.2.3