be less noisy

This commit is contained in:
HF 2022-09-11 14:54:13 +02:00
parent 5e61aea368
commit 96c76b9b40

View File

@ -131,9 +131,11 @@ class CanvasUpdater {
const chunkOffset = cx + cy * this.firstZoomtileWidth;
if (~queue.indexOf(chunkOffset)) return;
queue.push(chunkOffset);
/*
logger.info(
`Tiling: Enqueued ${cx}, ${cy} / ${this.id} for basezoom reload`,
);
*/
}
/*