From fdb855670040af35db66daac92ba116c2dcc31f0 Mon Sep 17 00:00:00 2001 From: Mendel Konikov Date: Thu, 23 May 2024 19:23:34 -0400 Subject: [PATCH] Remove console log --- .../lib/directives/mat-google-maps-autocomplete.directive.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/projects/angular-material-extensions/google-maps-autocomplete/src/lib/directives/mat-google-maps-autocomplete.directive.ts b/projects/angular-material-extensions/google-maps-autocomplete/src/lib/directives/mat-google-maps-autocomplete.directive.ts index de67cb6..ac5cc51 100644 --- a/projects/angular-material-extensions/google-maps-autocomplete/src/lib/directives/mat-google-maps-autocomplete.directive.ts +++ b/projects/angular-material-extensions/google-maps-autocomplete/src/lib/directives/mat-google-maps-autocomplete.directive.ts @@ -224,8 +224,6 @@ export class MatGoogleMapsAutocompleteDirective implements OnInit, AfterViewInit initMap() { if (isPlatformBrowser(this.platformId)) { - console.log("on after view init --> ", this.elemRef.nativeElement) - this.autocomplete = new google.maps.places.Autocomplete( this.elemRef.nativeElement );