Remove some debugging statements

This commit is contained in:
2011-08-30 15:12:54 +01:00
parent 5e8e23e21b
commit 3ed482d329
4 changed files with 0 additions and 5 deletions

View File

@@ -322,7 +322,6 @@ def blacklist_user(request, userid):
expiry = form.cleaned_data['expiry_date']
level = form.cleaned_data.get('level', 0)
print level
def blacklist_item(type, value):
o = Blacklist(type=type, value=value, level=level, source=source, expiry_date=expiry, created_by=request.user, reason=form.cleaned_data['reason'])