diff --git a/src/Logic/Osm/Changes.ts b/src/Logic/Osm/Changes.ts index 69fd53f85..d33c395f9 100644 --- a/src/Logic/Osm/Changes.ts +++ b/src/Logic/Osm/Changes.ts @@ -600,7 +600,7 @@ export class Changes { " trying again before dropping it from the changes (" + e + ")" - this._reportError(msg) + // this._reportError(msg) // We don't report this yet, might be a temporary fluke const osmObj = await downloader.DownloadObjectAsync(id, 0) return { id, osmObj } }