shithub: libmujs

Download patch

ref: 9ded251f9ba34702dbc0d434b7be9727c5ce2072
parent: 98744d09a42fc3591825c06ce37bfb2041687e35
author: Tor Andersson <tor.andersson@artifex.com>
date: Wed Nov 5 20:17:07 EST 2014

Oops. Remove stray printf.

--- a/jsarray.c
+++ b/jsarray.c
@@ -41,7 +41,6 @@
 void js_delindex(js_State *J, int idx, unsigned int i)
 {
 	char buf[32];
-printf("delindex %u\n", i);
 	sprintf(buf, "%u", i);
 	js_delproperty(J, idx, buf);
 }