Index: gmap_blocks.admin.js
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/gmap_blocks/gmap_blocks.admin.js,v
retrieving revision 1.1
diff -u -p -r1.1 gmap_blocks.admin.js
--- gmap_blocks.admin.js	6 Jul 2009 07:23:41 -0000	1.1
+++ gmap_blocks.admin.js	25 Jan 2010 14:11:19 -0000
@@ -2,7 +2,6 @@
 
 $(function() {
   $('input[@name=disableDefaultUI]').click(function() {
-    console.log($(this).attr('checked'));
     if ($(this).attr('checked')) {
       if ($('#control_set').hasClass('collapsed')) {
         Drupal.toggleFieldset($('#control_set'));
Index: gmap_blocks.js
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/gmap_blocks/gmap_blocks.js,v
retrieving revision 1.5
diff -u -p -r1.5 gmap_blocks.js
--- gmap_blocks.js	8 Sep 2009 19:39:26 -0000	1.5
+++ gmap_blocks.js	25 Jan 2010 14:11:20 -0000
@@ -98,7 +98,6 @@ function GMapBlock(params) {
 
     // If an api key exsists, request the location over HTTP, since this is way faster.
     if (typeof(self.locations[lid].latlng) == 'object') {
-      console.log(self.locations[lid].latlng, lid);
       self.locations[lid].latlng = new google.maps.LatLng(self.locations[lid].latlng.lat, self.locations[lid].latlng.lng);
       self.parseLocationData(lid);
     }
