Comment out debug

merge-requests/6/head
Bob Mottram 2019-11-24 12:41:48 +00:00
parent 342d6a3bd6
commit ae150ca710
2 changed files with 2 additions and 2 deletions

View File

@ -2176,7 +2176,7 @@ def createBoxIndexed(recentPostsCache: {}, \
if recentPostsCache['json'].get(postUrl):
addPostStringToTimeline(recentPostsCache['json'][postUrl], \
boxname,postsInBox,boxActor)
print('Json post added to timeline from cache: '+postUrl)
#print('Json post added to timeline from cache: '+postUrl)
postAdded=True
if not postAdded:

View File

@ -2588,7 +2588,7 @@ def htmlTimeline(recentPostsCache: {}, \
currTlStr=recentPostsCache['html'][postId]
currTlStr= \
preparePostFromHtmlCache(currTlStr,boxName,pageNumber)
print('Post obtained from recent cache ('+str(len(recentPostsCache['index']))+'): '+postId)
#print('Post obtained from recent cache ('+str(len(recentPostsCache['index']))+'): '+postId)
if not currTlStr:
currTlStr= \
individualPostAsHtml(iconsDir,translate,pageNumber, \