Remove leftover debugging code.

This commit is contained in:
David Molineus
2015-01-29 14:45:52 +01:00
parent 340e9c9d6c
commit a4d4d6a5de
2 changed files with 1 additions and 3 deletions

View File

@@ -29,8 +29,6 @@ L.Map.include({
this.eachLayer(this._scanForBounds, this);
}
console.log(this._dynamicBounds);
if (this._dynamicBounds) {
this.fitBounds(this._dynamicBounds);
}