Skip to content

Commit

Permalink
Merge pull request #410 from pelias/remove-verbose-log
Browse files Browse the repository at this point in the history
Remove 'Invalid doc not pushed downstream' error
  • Loading branch information
missinglink authored Apr 18, 2018
2 parents bb609c8 + 70a2815 commit 0706c9f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions stream/address_extractor.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,6 @@ module.exports = function(){
if ( isAddress && isNamedPoi ) {
peliasLogger.verbose('[address_extractor] duplicating a venue with address');
}
else if ( !isAddress && !isNamedPoi ) {
peliasLogger.error('[address_extractor] Invalid doc not pushed downstream: ', JSON.stringify( doc, null, 2 ));
}

return next();

Expand Down

0 comments on commit 0706c9f

Please sign in to comment.