diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-03-15 16:59:48 +0000 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-03-15 16:59:48 +0000 |
commit | 3a8f477904f22f02c9f378715d2ad509b6e9855f (patch) | |
tree | fe745318b04acad70f53a79868865dbb8893cc3d | |
parent | 5696f0ad550b6a6eba101140f39028b35d2bf420 (diff) |
remove console.log
-rw-r--r-- | web/cobrands/oxfordshire/position_map.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web/cobrands/oxfordshire/position_map.js b/web/cobrands/oxfordshire/position_map.js index 4da3ca76d..24970a3fe 100644 --- a/web/cobrands/oxfordshire/position_map.js +++ b/web/cobrands/oxfordshire/position_map.js @@ -22,7 +22,6 @@ function position_map_box() { "Click on a pin and then on the “details” link to see an individual report detail.</p></div>"); } var mb_y = $('#map_box').position().top + map_box_height ; - console.log(" $('#occ-map-instructions')=" + $('#occ-map-instructions') + ", y=" + mb_y); $('#occ-map-instructions').show().css({ left: '', right: oxfordshire_right, |