Remove debug

master
Bob Mottram 2019-08-08 09:58:19 +01:00
parent 800b50996f
commit cd01a1f761
1 changed files with 0 additions and 3 deletions

View File

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