diff --git a/posts.py b/posts.py index 35dfc1bd..c6b30ef1 100644 --- a/posts.py +++ b/posts.py @@ -358,9 +358,6 @@ def savePostToBox(baseDir: str,httpPrefix: str,postId: str, \ if not postId: statusNumber,published = getStatusNumber() - print('*****originalDomain: '+str(originalDomain)) - print('*****nickname: '+str(nickname)) - print('*****statusNumber: '+str(statusNumber)) postId=httpPrefix+'://'+originalDomain+'/users/'+nickname+'/statuses/'+statusNumber postJsonObject['id']=postId+'/activity' if postJsonObject.get('object'):