do not repeat fetch

This commit is contained in:
Will Freeman
2024-12-24 12:39:11 -08:00
parent dea50dbe80
commit 4962e9a6e2
2 changed files with 16 additions and 4 deletions
-1
View File
@@ -171,7 +171,6 @@ function updateMarkers() {
return;
}
console.log('Fetching visible tiles');
fetchVisibleTiles(bounds.value);
}