Commit 6a1f5cee authored by Rodrigo Tapia-McClung's avatar Rodrigo Tapia-McClung

Comment out 'cache hit' message on console

parent 74841108
......@@ -87,7 +87,7 @@ module.exports = function(app, pool, cache) {
const mvt = await cache.getCachedFile(cacheDir, key);
if (mvt) {
console.log(`cache hit for ${cacheDir}?${key}`);
//console.log(`cache hit for ${cacheDir}?${key}`);
if (mvt.length === 0) {
res.status(204)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment