Removed a few debug print statements that are no longer needed

This commit is contained in:
2010-08-07 12:36:14 +01:00
parent 9718800002
commit 94b8736622
5 changed files with 1 additions and 8 deletions

View File

@@ -36,8 +36,6 @@ def UserServiceAccountForm(user):
services = Service.objects.filter(groups__in=user.groups.all(),active=1).exclude(id__in=ServiceAccount.objects.filter(user=user).values('service')).distinct()
chars = EVEPlayerCharacter.objects.filter(eveaccount__user=user)
print len(services)
class ServiceAccountForm(forms.Form):
""" Service Account Form """