Skip to content

Commit

Permalink
removed console logs'
Browse files Browse the repository at this point in the history
  • Loading branch information
marko911 committed Apr 30, 2018
1 parent 3e2bd55 commit 971d7ed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions leaflet-core.html
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,6 @@

ready() {
super.ready();
console.log('ready');
// TODO09: Workaround for removed domReady event
var me = this;
setTimeout(function() {me.domReady();}, 1);
Expand Down Expand Up @@ -693,7 +692,6 @@
});
this.map = map;

console.log('this map', map);
// fire an event for when this.map is defined and ready.
// (needed for components that talk to this.map directly)
this.dispatchEvent(new CustomEvent('map-ready'));
Expand Down

0 comments on commit 971d7ed

Please sign in to comment.