From 7299066488a1cca66adb5d60e75e5bd57a4e976e Mon Sep 17 00:00:00 2001 From: totoro Date: Tue, 25 May 2021 08:57:21 +0900 Subject: [PATCH] add dump(new_web_session) in comment. So this commit do nothing except to make a reminder --- web/controllers_web_site.anubis | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/web/controllers_web_site.anubis b/web/controllers_web_site.anubis index 06ec207..f1de826 100644 --- a/web/controllers_web_site.anubis +++ b/web/controllers_web_site.anubis @@ -539,6 +539,7 @@ define (Maybe(WEB_Session), HTTP_Answer) since the_session is web_session(id, lang, entries, current, previous, _), with new_web_session = web_session(id, lang, entries, current, previous, current), // println("***** renderer_content(session, content) record new draw point to *****"); +// println(dump(new_web_session)); // println("web arguments:"+ // dump_web_arg_values(*current.lwa)); // println("************************************"); -- libgit2 0.21.4