--- sites/default/modules/location/location.module	2009-06-18 16:01:52.000000000 -0400
+++ sites/default/modules/location/location.module_3.x-dev	2009-06-18 16:47:25.000000000 -0400
@@ -1288,16 +1288,6 @@ function _location_geo_logic(&$location,
       if ($data = location_latlon_exact($location)) {
         $location['source'] = LOCATION_LATLON_GEOCODED_EXACT;
         // @@@ How about an accuracy field here?
-	// ** Using google as the geocoder, with patch to use JSON and inject further information,
-	// we can overload location array with more info, and to a fault ASSUME geocoding
-        // is correct and overwrite the location data with the geocoded info.
-	// besides, it looks prettier than what the user will enter. --furrymitn
-	$location['city'] = $data['geocoded_city'];
-	$location['street']=$data['geocoded_street'];
-	$location['province']=$data['geocoded_state'];
-	$location['country']=$data['geocoded_country'];
-	$location['accuracy']=$data['geocoded_accuracy'];
-	$location['postal_code']=$data['geocoded_postalcode'];
         $location['latitude'] = $data['lat'];
         $location['longitude'] = $data['lon'];
         // @@@ How about address normalization?
