Skip to content

Commit

Permalink
remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasneirynck committed Jan 15, 2021
1 parent 4027eac commit fcdacab
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@ export class VectorTileLayer extends TileLayer {
}

async syncData({ startLoading, stopLoading, onLoadError, dataFilters }) {
const id = this.getSource().getTileLayerId();
if (!id) {
return;
}

const nextMeta = { tileLayerId: this.getSource().getTileLayerId() };
const canSkipSync = this._canSkipSync({
prevDataRequest: this.getSourceDataRequest(),
Expand Down

0 comments on commit fcdacab

Please sign in to comment.