aboutsummaryrefslogtreecommitdiffstats
path: root/src/expense/auth
diff options
context:
space:
mode:
Diffstat (limited to 'src/expense/auth')
-rw-r--r--src/expense/auth/register.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/expense/auth/register.py b/src/expense/auth/register.py
index 0f43c9f..966c3d2 100644
--- a/src/expense/auth/register.py
+++ b/src/expense/auth/register.py
@@ -76,5 +76,4 @@ def register() -> Union[str, Response]:
db.session.commit()
login_user(user)
return redirect(url_for("index"))
- print(form.confirm.errors)
return render_template("auth/register.html", form=form)