diff --git a/posts.py b/posts.py index 81470337..b09cfe4f 100644 --- a/posts.py +++ b/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