diff --git a/libs/webServerPaths.js b/libs/webServerPaths.js index 0a260f74..9e48ba66 100644 --- a/libs/webServerPaths.js +++ b/libs/webServerPaths.js @@ -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) }