Chore: remove obsolete logging commands

This commit is contained in:
Pieter Vander Vennet 2023-08-23 20:35:58 +02:00
parent 7321004c19
commit c54424d6f7
3 changed files with 1 additions and 7 deletions

View file

@ -81,7 +81,6 @@ export default class OverpassFeatureSource implements FeatureSource {
*/
private async updateAsyncIfNeeded(): Promise<void> {
if (!this._isActive?.data) {
console.log("OverpassFeatureSource: not triggering as not active")
return
}
if (this.runningQuery.data) {