diff --git a/src/world/GameMap.tsx b/src/world/GameMap.tsx index 33048e5..d5b0a2d 100644 --- a/src/world/GameMap.tsx +++ b/src/world/GameMap.tsx @@ -175,7 +175,7 @@ export function GameMap({ sceneData.mapNodes.length - visibleMapNodes.length; if (skippedMapNodeCount > 0) { - logger.info("GameMap", "Lite map skipped heavy map nodes", { + logger.debug("GameMap", "Lite map skipped heavy map nodes", { skippedMapNodeCount, }); }