summaryrefslogtreecommitdiff
path: root/xs_json.h
diff options
context:
space:
mode:
Diffstat (limited to 'xs_json.h')
-rw-r--r--xs_json.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/xs_json.h b/xs_json.h
index 75a4e4d..53b1d20 100644
--- a/xs_json.h
+++ b/xs_json.h
@@ -244,7 +244,6 @@ d_char *_xs_json_loads_lexer(const char **json, js_type *t)
s += 3;
tmp[4] = '\0';
- xs_debug();
sscanf(tmp, "%04x", &i);
if (i >= 0xd800 && i <= 0xdfff) {