remove debug statement
This commit is contained in:
parent
7e1be7b028
commit
4f765ebb2d
1 changed files with 0 additions and 1 deletions
|
@ -71,7 +71,6 @@ class User(AbstractBaseUser):
|
|||
self.password = hashlib.md5(password.encode()).hexdigest()
|
||||
|
||||
def is_staff(self):
|
||||
print("is_staff")
|
||||
return self.type == ADMIN
|
||||
|
||||
def check_password(self, password):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue