mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Remove some debugging statements
This commit is contained in:
@@ -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'])
|
||||
|
||||
Reference in New Issue
Block a user