Skip to content

Commit

Permalink
logging out the request to le google
Browse files Browse the repository at this point in the history
  • Loading branch information
grobot committed Nov 14, 2012
1 parent d241843 commit f4e7563
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/googlemaps.js
Expand Up @@ -467,6 +467,7 @@ var makeRequest = function(path, args, secure, callback, encoding) {
var options = {
uri: (secure ? 'https' : 'http') + '://maps.googleapis.com' + path
};
console.log('REQUEST TO GOOGLE: ' + options.uri);

if (encoding) options.encoding = encoding;
if (config('proxy')) options.proxy = config('proxy');
Expand Down

0 comments on commit f4e7563

Please sign in to comment.