Remove debug print
This commit is contained in:
parent
21d7a994f8
commit
296365b925
1 changed files with 0 additions and 1 deletions
|
@ -49,7 +49,6 @@ $(document).ready(function() {
|
||||||
iconDescription = "blue";
|
iconDescription = "blue";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
console.debug("Created " + iconDescription + " marker");
|
|
||||||
return new HoverMarker(latlng, { icon: icon, riseOnHover: true});
|
return new HoverMarker(latlng, { icon: icon, riseOnHover: true});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue