aboutsummaryrefslogtreecommitdiffstats
path: root/www/js/map-OpenLayers.js
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2013-06-24 18:23:08 +0100
committerStruan Donald <struan@exo.org.uk>2013-06-24 18:23:47 +0100
commit1df84c2dca9abebcadb72836990adccc938d769c (patch)
treef7475450c0bb7ac80ea0515ae85e459529f19fb4 /www/js/map-OpenLayers.js
parent2f14e31609b97d65b4eadd929c16295e6473c7e2 (diff)
remove comments/debug code
Diffstat (limited to 'www/js/map-OpenLayers.js')
-rw-r--r--www/js/map-OpenLayers.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/www/js/map-OpenLayers.js b/www/js/map-OpenLayers.js
index ae244d7..b285d89 100644
--- a/www/js/map-OpenLayers.js
+++ b/www/js/map-OpenLayers.js
@@ -403,8 +403,6 @@ OpenLayers.Control.ActionAfterDrag = OpenLayers.Class(OpenLayers.Control, {
},
onDragStart: function(evt) {
- // do something when the user clic on the map (so on drag start)
- console.log('drag ended');
if ( $('#confirm').css('display') == 'block' ) {
$('#reposition').show();
}