forked from MapComplete/MapComplete
Search: small fixes to UX, cleanup of console.Log
This commit is contained in:
parent
3e2027a366
commit
b92b74df69
7 changed files with 22 additions and 15 deletions
|
@ -1123,7 +1123,6 @@ In the case that MapComplete is pointed to the testing grounds, the edit will be
|
|||
): Promise<{ content: T } | { error: string; url: string; statuscode?: number }> {
|
||||
const injected = Utils.injectedDownloads[url]
|
||||
if (injected !== undefined) {
|
||||
console.debug("Using injected resource for test for URL", url)
|
||||
return { content: injected }
|
||||
}
|
||||
const result = await Utils.downloadAdvanced(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue