Removed the bloof print debugging

This commit is contained in:
Christopher Allan Webber 2011-11-02 08:55:02 -05:00
parent 95e12bf231
commit 98308e61b6

View File

@ -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()