Skip to content

Commit

Permalink
Remove log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
pkerpedjiev committed Dec 22, 2024
1 parent 21f020f commit 9d720ed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/scripts/SequenceTrack.js
Original file line number Diff line number Diff line change
Expand Up @@ -593,8 +593,6 @@ const SequenceTrack = (HGC, ...args) => {
? xTiles.map((x) => [this.maxZoom, x])
: xTiles.map((x) => [this.zoomLevel, x]);

console.log('tiles', tiles);

this.setVisibleTiles(tiles);
return;
}
Expand Down

0 comments on commit 9d720ed

Please sign in to comment.