Remove debug

main
Bob Mottram 2020-10-18 21:10:45 +01:00
parent ee6b6b7662
commit ee539416bb
1 changed files with 0 additions and 1 deletions

View File

@ -601,7 +601,6 @@ def clearFromPostCaches(baseDir: str, recentPostsCache: {},
continue
cacheDir = os.path.join(baseDir + '/accounts', acct)
postFilename = cacheDir + filename
print('clearFromPostCaches: ' + postFilename)
if os.path.isfile(postFilename):
try:
os.remove(postFilename)