Skip to content
Snippets Groups Projects
Commit 41023743 authored by deuce's avatar deuce
Browse files

Remove accidental debug output.

parent acdb95f3
No related branches found
No related tags found
No related merge requests found
......@@ -822,7 +822,6 @@ js_matchuser(JSContext *cx, uintN argc, jsval *arglist)
JS_ValueToBoolean(cx,argv[1],&sysop_alias);
JSSTRING_TO_ASTRING(cx, js_str, p, (LEN_ALIAS > LEN_NAME) ? LEN_ALIAS+2:LEN_NAME+2, NULL);
fprintf(stderr,"p=%p (%s)\n",p,p?p:"(null)");
if(p==NULL) {
JS_SET_RVAL(cx, arglist, INT_TO_JSVAL(0));
return(JS_TRUE);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment