diff --git a/src/a3.nim b/src/a3.nim index 0b63da5..3d60368 100644 --- a/src/a3.nim +++ b/src/a3.nim @@ -253,11 +253,6 @@ import val: Validity validity = initTable[string, Validity]() - echo "hi" - echo ctx.urlForm - echo "bye" - echo ctx.urlForm["c_fname"] - try: email = ctx.cookies["email"] password = ctx.cookies["password"]