From 671ea380e13bf2ab2779386a2a316e6e11275817 Mon Sep 17 00:00:00 2001 From: totoro Date: Sun, 17 Jan 2016 03:37:27 +0100 Subject: [PATCH] remove debug information for json escaping --- web/CXM_making_a_web_site.anubis | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/CXM_making_a_web_site.anubis b/web/CXM_making_a_web_site.anubis index 485b918..0772967 100644 --- a/web/CXM_making_a_web_site.anubis +++ b/web/CXM_making_a_web_site.anubis @@ -4918,9 +4918,9 @@ public define Printable_tree content ], json(HTTP_Status status, JsonValue json_content) then - with start = unow, + //with start = unow, with content = (Printable_tree)format_json(json_content), - println(show_duration_string("HTTP json format json object ", start)); + //println(show_duration_string("HTTP json format json object ", start)); if format(status) is (status_string, status_headers) then [ "HTTP/1.1 " + status_string, crlf, format_headers(standard_headers), -- libgit2 0.21.4