jcs
/wikipedia
/amendments
/36
wikipedia: Remove debugging code
jcs made amendment 36 over 2 years ago
--- wikipedia.c Wed Sep 7 16:45:33 2022
+++ wikipedia.c Fri Sep 9 13:33:38 2022
@@ -265,9 +265,6 @@ get_char:
c = req->chunk[req->chunk_off];
last = wpr->buf + wpr->buf_len - 1;
- if (strncmp(wpr->buf, "prayer", 6) == 0)
- wpr->curlys = 0;
-
if (c == '<' || c == '\0') {
wpr->state = WP_STATE_DONE;
goto done_parsing;