forked from indymedia/epicyon
Remove debug
parent
6572e57d9d
commit
c15fa6b8c0
2
posts.py
2
posts.py
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue