Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
JRStrikwerda committed Oct 25, 2023
1 parent 60fa215 commit cddfb82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/apps/main/management/commands/createusers.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ def handle(self, *args, **options):
# Use password from environment variable, if provided.

for user in users:
print(f"user: {user}")
username = user[0]
error_msg = self._validate_username(
username, verbose_field_name, database
Expand Down

0 comments on commit cddfb82

Please sign in to comment.