Remove debug

main2
Bob Mottram 2019-11-06 14:56:08 +00:00
parent 6572e57d9d
commit c15fa6b8c0
1 changed files with 0 additions and 2 deletions

View File

@ -2312,8 +2312,6 @@ def archivePostsForPerson(httpPrefix: str,nickname: str,domain: str,baseDir: str
postCacheDir=boxDir.replace('/'+boxname,'/postcache')
for publishedStr,postFilename in postsInBoxSorted.items():
print('publishedStr: '+publishedStr)
break
filePath=os.path.join(boxDir,postFilename)
if not os.path.isfile(filePath):
continue