Skip to content

Commit

Permalink
Kill noisy NodeModule.__init__() debug logging. (#5215)
Browse files Browse the repository at this point in the history
This reduces debug output during a ./pants list :: in repos containing many NodeModule targets.
  • Loading branch information
kwlzn authored Dec 19, 2017
1 parent 075c2df commit f5345bf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,4 @@ def __init__(
'output_dir': PrimitiveField(output_dir),
'dev_dependency': PrimitiveField(dev_dependency),
})
logger.debug('NodeModule payload: %s', payload.fields)
super(NodeModule, self).__init__(address=address, payload=payload, **kwargs)

0 comments on commit f5345bf

Please sign in to comment.