remove comment

This commit is contained in:
Bruno Windels 2021-09-09 17:15:28 +02:00
parent d1242c4b67
commit fe4bb5db40

View file

@ -64,7 +64,6 @@ export class TimelineViewModel extends ViewModel {
}
}
/** if this.tiles is empty, call this with undefined for both startTile and endTile */
_setVisibleTileRange(startTile, endTile) {
let loadTop;
if (startTile && endTile) {