Some style tweaks

This commit is contained in:
Pieter Vander Vennet 2022-12-16 17:43:50 +01:00
parent aaa8c1da7c
commit b330b80aeb
4 changed files with 36 additions and 47 deletions

View file

@ -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 = () => {