diff --git a/src/google-maps.ts b/src/google-maps.ts index 63fd384..f378c78 100644 --- a/src/google-maps.ts +++ b/src/google-maps.ts @@ -188,7 +188,6 @@ export class GoogleMaps { let bounds = this.map.getBounds(); if (!bounds) return; - console.log('sending bounds'); dispatchEvent(Events.BOUNDSCHANGED, { bounds }, this.element); }