mirror of https://gitlab.com/bashrc2/epicyon
Remove debug
parent
fcb2a7404f
commit
dda607ff00
|
@ -15160,7 +15160,7 @@ def runDaemon(sharedItemsFederatedDomains: [],
|
||||||
loadTranslationsFromFile(baseDir, language)
|
loadTranslationsFromFile(baseDir, language)
|
||||||
if not httpd.systemLanguage:
|
if not httpd.systemLanguage:
|
||||||
print('ERROR: no system language loaded')
|
print('ERROR: no system language loaded')
|
||||||
sys.exit()
|
sys.exit()
|
||||||
print('System language: ' + httpd.systemLanguage)
|
print('System language: ' + httpd.systemLanguage)
|
||||||
if not httpd.translate:
|
if not httpd.translate:
|
||||||
print('ERROR: no translations were loaded')
|
print('ERROR: no translations were loaded')
|
||||||
|
|
3
posts.py
3
posts.py
|
@ -3382,7 +3382,6 @@ def _createBoxIndexed(recentPostsCache: {},
|
||||||
continue
|
continue
|
||||||
else:
|
else:
|
||||||
print('Post not added to timeline')
|
print('Post not added to timeline')
|
||||||
print('postsInBox: ' + str(len(postsInBox)))
|
|
||||||
|
|
||||||
# read the post from file
|
# read the post from file
|
||||||
fullPostFilename = \
|
fullPostFilename = \
|
||||||
|
@ -3401,7 +3400,6 @@ def _createBoxIndexed(recentPostsCache: {},
|
||||||
print('WARN: Unable to add post ' + postUrl +
|
print('WARN: Unable to add post ' + postUrl +
|
||||||
' nickname ' + nickname +
|
' nickname ' + nickname +
|
||||||
' timeline ' + boxname)
|
' timeline ' + boxname)
|
||||||
print('postsInBox: ' + str(len(postsInBox)))
|
|
||||||
else:
|
else:
|
||||||
if timelineNickname != nickname:
|
if timelineNickname != nickname:
|
||||||
# if this is the features timeline
|
# if this is the features timeline
|
||||||
|
@ -3417,7 +3415,6 @@ def _createBoxIndexed(recentPostsCache: {},
|
||||||
print('WARN: Unable to add features post ' +
|
print('WARN: Unable to add features post ' +
|
||||||
postUrl + ' nickname ' + nickname +
|
postUrl + ' nickname ' + nickname +
|
||||||
' timeline ' + boxname)
|
' timeline ' + boxname)
|
||||||
print('postsInBox: ' + str(len(postsInBox)))
|
|
||||||
else:
|
else:
|
||||||
print('WARN: features timeline. ' +
|
print('WARN: features timeline. ' +
|
||||||
'Unable to locate post ' + postUrl)
|
'Unable to locate post ' + postUrl)
|
||||||
|
|
Loading…
Reference in New Issue