forked from MapComplete/MapComplete
Some style tweaks
This commit is contained in:
parent
aaa8c1da7c
commit
b330b80aeb
4 changed files with 36 additions and 47 deletions
1
Utils.ts
1
Utils.ts
|
@ -831,7 +831,6 @@ In the case that MapComplete is pointed to the testing grounds, the edit will be
|
|||
return this.externalDownloadFunction(url, headers)
|
||||
}
|
||||
|
||||
console.trace("Fetching XHR", url)
|
||||
return new Promise((resolve, reject) => {
|
||||
const xhr = new XMLHttpRequest()
|
||||
xhr.onload = () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue