Remove test

merge-requests/30/head
Bob Mottram 2021-09-04 18:16:50 +01:00
parent f564ee71c6
commit d34e2d256f
1 changed files with 6 additions and 6 deletions

View File

@ -840,12 +840,12 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
if postId in recentPostsCache['index']: if postId in recentPostsCache['index']:
if not item.get('muted'): if not item.get('muted'):
if recentPostsCache['html'].get(postId): if recentPostsCache['html'].get(postId):
# currTlStr = recentPostsCache['html'][postId] currTlStr = recentPostsCache['html'][postId]
# currTlStr = \ currTlStr = \
# preparePostFromHtmlCache(nickname, preparePostFromHtmlCache(nickname,
# currTlStr, currTlStr,
# boxName, boxName,
# pageNumber) pageNumber)
_logTimelineTiming(enableTimingLog, _logTimelineTiming(enableTimingLog,
timelineStartTime, timelineStartTime,
boxName, '10') boxName, '10')