diff --git a/routes/geocoders/GoogleMaps.ts b/routes/geocoders/GoogleMaps.ts index 237ee86..d5cbe35 100644 --- a/routes/geocoders/GoogleMaps.ts +++ b/routes/geocoders/GoogleMaps.ts @@ -27,6 +27,7 @@ export default class GoogleMaps extends Geocoder { } if ( !data.results.length ) { + console.log( `No results found for location "${ location }"` ); throw new CodedError( ErrorCode.NoLocationFound ); }