Remove stray 'downloadObject'

This commit is contained in:
Pieter Vander Vennet 2022-08-30 20:33:59 +02:00
parent c09b437d9a
commit d457cc19c9

View file

@ -38,7 +38,6 @@ export abstract class OsmObject {
throw "Backend URL must begin with http" throw "Backend URL must begin with http"
} }
this.backendURL = url; this.backendURL = url;
this.DownloadObject("id/5")
} }
public static DownloadObject(id: string, forceRefresh: boolean = false): Store<OsmObject> { public static DownloadObject(id: string, forceRefresh: boolean = false): Store<OsmObject> {