remove console.log
This commit is contained in:
parent
829b964df4
commit
a3b059700f
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@ export class MetadataRepository implements IMetadataRepository {
|
|||
|
||||
async initLocalGeocoding(options: Partial<InitOptions>): Promise<void> {
|
||||
return new Promise<void>((resolve) => {
|
||||
this.mapboxClient = undefined;
|
||||
console.log('init local geocoding', this.mapboxClient);
|
||||
this.deinitMapboxGeocoding();
|
||||
|
||||
geocoder.init(
|
||||
{
|
||||
load: {
|
||||
|
|
Loading…
Reference in a new issue