Commit 671ea380e13bf2ab2779386a2a316e6e11275817
1 parent
0b81fe04
remove debug information for json escaping
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
web/CXM_making_a_web_site.anubis
| ... | ... | @@ -4918,9 +4918,9 @@ public define Printable_tree |
| 4918 | 4918 | content |
| 4919 | 4919 | ], |
| 4920 | 4920 | json(HTTP_Status status, JsonValue json_content) then |
| 4921 | - with start = unow, | |
| 4921 | + //with start = unow, | |
| 4922 | 4922 | with content = (Printable_tree)format_json(json_content), |
| 4923 | - println(show_duration_string("HTTP json format json object ", start)); | |
| 4923 | + //println(show_duration_string("HTTP json format json object ", start)); | |
| 4924 | 4924 | if format(status) is (status_string, status_headers) then |
| 4925 | 4925 | [ "HTTP/1.1 " + status_string, crlf, |
| 4926 | 4926 | format_headers(standard_headers), | ... | ... |