Removed the bloof print debugging
This commit is contained in:
parent
95e12bf231
commit
98308e61b6
@ -130,7 +130,6 @@ def media_post_comment(request, media):
|
||||
"""
|
||||
recieves POST from a MediaEntry() comment form, saves the comment.
|
||||
"""
|
||||
print "bloof!"
|
||||
assert request.method == 'POST'
|
||||
|
||||
comment = request.db.MediaComment()
|
||||
|
Loading…
x
Reference in New Issue
Block a user