Remove an extraneous print call

This commit is contained in:
Danielle McLean 2017-12-18 16:33:18 +11:00
parent d30f1bc334
commit afc3b45edd
Signed by: 00dani
GPG Key ID: 5A5D2D1AFF12EEC5
1 changed files with 0 additions and 1 deletions

View File

@ -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']: