mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-20 06:29:53 +01:00
remove logging
This commit is contained in:
parent
c7061e47db
commit
fc5152c2f3
1 changed files with 0 additions and 1 deletions
|
@ -66,7 +66,6 @@ exports.getAvailablePlugins = function(maxCacheAge, cb) {
|
|||
if(exports.availablePlugins && maxCacheAge && Math.round(+new Date/1000)-cacheTimestamp <= maxCacheAge) {
|
||||
return cb && cb(null, exports.availablePlugins)
|
||||
}
|
||||
console.log("plugins", plugins);
|
||||
plugins = JSON.parse(plugins);
|
||||
exports.availablePlugins = plugins;
|
||||
cacheTimestamp = Math.round(+new Date/1000);
|
||||
|
|
Loading…
Reference in a new issue