forked from MapComplete/MapComplete
Fix: don't report an unneeded error
This commit is contained in:
parent
3fb8f7342f
commit
79314e1747
1 changed files with 1 additions and 1 deletions
|
@ -600,7 +600,7 @@ export class Changes {
|
||||||
" trying again before dropping it from the changes (" +
|
" trying again before dropping it from the changes (" +
|
||||||
e +
|
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)
|
const osmObj = await downloader.DownloadObjectAsync(id, 0)
|
||||||
return { id, osmObj }
|
return { id, osmObj }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue