Commit 7299066488a1cca66adb5d60e75e5bd57a4e976e
1 parent
d63a4132
add dump(new_web_session) in comment. So this commit do nothing except to make a reminder
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
web/controllers_web_site.anubis
| ... | ... | @@ -539,6 +539,7 @@ define (Maybe(WEB_Session), HTTP_Answer) |
| 539 | 539 | since the_session is web_session(id, lang, entries, current, previous, _), |
| 540 | 540 | with new_web_session = web_session(id, lang, entries, current, previous, current), |
| 541 | 541 | // println("***** renderer_content(session, content) record new draw point to *****"); |
| 542 | +// println(dump(new_web_session)); | |
| 542 | 543 | // println("web arguments:"+ |
| 543 | 544 | // dump_web_arg_values(*current.lwa)); |
| 544 | 545 | // println("************************************"); | ... | ... |