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 );