Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Commit

Permalink
fix: removed debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
weliasz committed Oct 28, 2021
1 parent be2cebc commit d736446
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions splunk_connect_for_snmp_poller/manager/poller.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,6 @@ def __check_inventory(self):
self.add_device_for_profile_matching(ir)
self.check_if_new_host_was_added(entry_key, ir, new_enricher)
else:
logger.debug(
"[-] server_config['profiles']: %s",
self._server_config["profiles"],
)
if entry_key not in self._jobs_map:
self.process_new_job(entry_key, ir, profiles)
self.check_if_new_host_was_added(entry_key, ir, new_enricher)
Expand Down

0 comments on commit d736446

Please sign in to comment.