diff --git a/inbox.py b/inbox.py index 722a2ba53..e7fdf9e31 100644 --- a/inbox.py +++ b/inbox.py @@ -317,7 +317,6 @@ def savePostToInboxQueue(baseDir: str,httpPrefix: str, \ if debug: print('Inbox queue item created') - pprint(newQueueItem) saveJson(newQueueItem,filename) return filename