From 75dce06be15a2d75cdafe59ea67ef498d6255081 Mon Sep 17 00:00:00 2001 From: portix Date: Wed, 19 Mar 2014 11:52:09 +0100 Subject: Removing debug message in BOXED_DEF_VOID --- src/scripts.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/scripts.c b/src/scripts.c index 5551167b..512ab090 100644 --- a/src/scripts.c +++ b/src/scripts.c @@ -127,7 +127,6 @@ } #define BOXED_DEF_VOID(Boxed, name, func) static JSValueRef name(JSContextRef ctx, JSObjectRef function, JSObjectRef this, size_t argc, const JSValueRef argv[], JSValueRef* exc) { \ - puts("void"); \ Boxed *priv = JSObjectGetPrivate(this); \ if (priv != NULL) { \ func(priv); \ -- cgit v1.2.3