From c15fa6b8c01792e8c81f25c99e3e99f78c216d06 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 6 Nov 2019 14:56:08 +0000 Subject: [PATCH] Remove debug --- posts.py | 2 -- 1 file changed, 2 deletions(-) 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