Commit 4ec4e3729422a6f536ea6ab0f29b12e8000835f8

Authored by totoro
1 parent c30dff60

remove performance info when use json extension

Showing 1 changed file with 5 additions and 4 deletions   Show diff stats
web/CXM_json.anubis
... ... @@ -272,10 +272,11 @@ public define Printable_tree
272 272 println("--> can't load extension lib. Hence use anubis version");
273 273 _format_json(json)
274 274 ok(json_lib) then
275   - with start = unow,
276   - result = _format_json(json_lib, json),
277   - println(show_duration_string("format_json with extension ",start));
278   - result
  275 + _format_json(json_lib, json),
  276 +// with start = unow,
  277 +// result = _format_json(json_lib, json),
  278 +// println(show_duration_string("format_json with extension ",start));
  279 +// result
279 280 }.
280 281  
281 282 public define String
... ...