forked from MapComplete/MapComplete
Chore: remove obsolete logging commands
This commit is contained in:
parent
7321004c19
commit
c54424d6f7
3 changed files with 1 additions and 7 deletions
|
@ -61,7 +61,6 @@ export default class OsmFeatureSource extends FeatureSourceMerger {
|
|||
|
||||
private async loadData(bbox: BBox) {
|
||||
if (this.isActive?.data === false) {
|
||||
console.log("OsmFeatureSource: not triggering: inactive")
|
||||
return
|
||||
}
|
||||
|
||||
|
@ -133,7 +132,6 @@ export default class OsmFeatureSource extends FeatureSourceMerger {
|
|||
}
|
||||
|
||||
private async LoadTile(z: number, x: number, y: number): Promise<void> {
|
||||
console.log("OsmFeatureSource: loading ", z, x, y, "from", this._backend)
|
||||
if (z >= 22) {
|
||||
throw "This is an absurd high zoom level"
|
||||
}
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue