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	5 Oct 2009 19:03:07 -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);
     }
