Browse Source

Removing debug statement.

pull/320/head
Pēteris Caune 5 years ago
parent
commit
c4edb415a2
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      hc/accounts/management/commands/createsuperuser.py

+ 0
- 1
hc/accounts/management/commands/createsuperuser.py View File

@ -16,7 +16,6 @@ class Command(BaseCommand):
raw = input("Email address:")
form = AvailableEmailForm({"identity": raw})
if not form.is_valid():
print(dir(form))
self.stderr.write("Error: " + " ".join(form.errors["identity"]))
continue


Loading…
Cancel
Save