minor cleanup

install-with-shinobicctv-user-instead-of-root
Moe Alam 2020-09-06 12:16:25 -07:00
parent 22c9b334b6
commit 9f157abe8c
1 changed files with 0 additions and 1 deletions

View File

@ -1453,7 +1453,6 @@ module.exports = function(s,config,lang,app,io){
videoRowCaches[cacheName] = videoRow
clearTimeout(videoRowCacheTimeouts[cacheName])
videoRowCacheTimeouts[cacheName] = setTimeout(() => {
console.log('clear cache',cacheName)
delete(videoRowCaches[cacheName])
},60000)
}