Skip to content

Commit

Permalink
chore(console): Remove console log (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
justindra authored and Vheissu committed Dec 12, 2017
1 parent 299d50a commit 2dc1c14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/google-maps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 2dc1c14

Please sign in to comment.