Commit 9d67fed6161d2c6d3b3e3bcb173029562b2c7367
1 parent
6e2533b8
removing debug logs
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
calexium_lib/web/CXM_making_a_web_site.anubis
| ... | ... | @@ -2038,7 +2038,6 @@ define (List(Web_arg) lwa) -> Separated_Web_Args($State) |
| 2038 | 2038 | { |
| 2039 | 2039 | web_arg(n, value) then |
| 2040 | 2040 | with name = if substr(n,0,4) = "amp;" then substr(n, 4, length(n) - 4) else n, |
| 2041 | - println("--> " + name); | |
| 2042 | 2041 | if name = "s" then |
| 2043 | 2042 | swa(success(retrieve_state(value)),an1,op1) |
| 2044 | 2043 | else if name = "a" then | ... | ... |