carltongibson / django-unique-user-email

Enable login-by-email with the default User model for your Django project by making auth.User.email unique.
MIT License
136 stars 6 forks source link

Debug print in form clean() method #11

Closed washeck closed 2 months ago

washeck commented 2 months ago

It feels to me like a forgotten debug print, otherwise I find it difficult to understand why there should be a print in clean.

https://github.com/carltongibson/django-unique-user-email/blob/a383fa85ed7fa3002202e26c6027b7fb4b665b5f/src/unique_user_email/forms.py#L55

carltongibson commented 2 months ago

@washeck Fancy removing that?