Skip to content

Commit

Permalink
Removed print-debug left overs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouke committed Nov 19, 2015
1 parent 3c292fe commit a054a21
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions two_factor/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,5 @@ class TwoFactorConfig(AppConfig):
verbose_name = "Django Two Factor Authentication"

def ready(self):
print("This does also printy")
if getattr(settings, 'TWO_FACTOR_PATCH_ADMIN', True):
print("This does no printy")
patch_admin()

0 comments on commit a054a21

Please sign in to comment.