diff --git a/examples/custom-control.html b/examples/custom-control.html
index b6f1d58ccc..74aa724e49 100644
--- a/examples/custom-control.html
+++ b/examples/custom-control.html
@@ -33,7 +33,6 @@
},
notice: function (bounds) {
- console.log(bounds);
var ll = map.getLonLatFromPixel(new OpenLayers.Pixel(bounds.left, bounds.bottom));
var ur = map.getLonLatFromPixel(new OpenLayers.Pixel(bounds.right, bounds.top));
alert(ll.lon.toFixed(4) + ", " +