forked from mirrors/bookwyrm
Removes print statement
This commit is contained in:
parent
54f27519df
commit
e4fbfc369c
1 changed files with 0 additions and 1 deletions
|
@ -170,7 +170,6 @@ class User(OrderedCollectionPageMixin, AbstractUser):
|
|||
def save(self, *args, **kwargs):
|
||||
''' populate fields for new local users '''
|
||||
# this user already exists, no need to populate fields
|
||||
print(self.username)
|
||||
if not self.local and not re.match(regex.full_username, self.username):
|
||||
# generate a username that uses the domain (webfinger format)
|
||||
actor_parts = urlparse(self.remote_id)
|
||||
|
|
Loading…
Reference in a new issue