From 9f157abe8c18e05ba146c732394a8a41cfdc504f Mon Sep 17 00:00:00 2001 From: Moe Alam Date: Sun, 6 Sep 2020 12:16:25 -0700 Subject: [PATCH] minor cleanup --- libs/webServerPaths.js | 1 - 1 file changed, 1 deletion(-) 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) }