Skip to content

Commit

Permalink
Remove Debug Print Statement from plugin_enrichment_interface
Browse files Browse the repository at this point in the history
  • Loading branch information
road-cycling committed Nov 15, 2019
1 parent 893bdf0 commit 8efaa82
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -183,8 +183,8 @@ def get_results(self):
try:
self._interface_enrichment_group.add_enrichment_set(PanoptesEnrichmentSet(str(index), enrichment_set))
except Exception as e:
self._logger.error(u'Error while adding enrichment set {} to enrichment group for the device {}: {} - {}'.
format(str(index), self.host, repr(e), enrichment_set))
self._logger.error(u'Error while adding enrichment set {} to enrichment group for the device {}: {}'.
format(str(index), self.host, repr(e)))

self._interface_enrichment_group_set.add_enrichment_group(self._interface_enrichment_group)

Expand Down

0 comments on commit 8efaa82

Please sign in to comment.