Remove an extraneous print call
This commit is contained in:
parent
d30f1bc334
commit
afc3b45edd
1 changed files with 0 additions and 1 deletions
|
@ -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']:
|
||||
|
|
Loading…
Reference in a new issue