re-do the build without the console.log

This commit is contained in:
danzel
2012-08-27 14:03:43 +12:00
parent a0f0f1b1df
commit 58f184346d
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -131,7 +131,6 @@ L.MarkerClusterGroup = L.FeatureGroup.extend({
//Overrides FeatureGroup.onRemove
onRemove: function (map) {
console.log('MCG.onRemove');
this._map.off('zoomend', this._zoomEnd, this);
this._map.off('moveend', this._moveEnd, this);
+1 -1
View File
File diff suppressed because one or more lines are too long