diff --git a/micropub/views.py b/micropub/views.py index 66022df..5541e30 100644 --- a/micropub/views.py +++ b/micropub/views.py @@ -48,7 +48,6 @@ class MicropubView(View): status=415, ) body = normalise[request.content_type](request) - print(body) if 'type' not in body: return utils.bad_req('mf2 object type required') if body['type'] != ['h-entry']: