Browse Source

Removed debug code

Rafał Pitoń 11 years ago
parent
commit
c2f6e8d2cd
1 changed files with 0 additions and 1 deletions
  1. 0 1
      misago/acl/forms.py

+ 0 - 1
misago/acl/forms.py

@@ -21,7 +21,6 @@ def get_permissions_forms(role, data=None):
     role_permissions = role.permissions
 
     forms = []
-    print 'ALC Providers: %s' % len(providers.list())
     for extension, module in providers.list():
         try:
             module.change_permissions_form