Skip to content

Commit

Permalink
remove print again
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrai2 committed Dec 6, 2024
1 parent 16a6fe4 commit dfbdf10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion logprep/processor/domain_resolver/processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ def _add_resolve_infos_to_event(self, event, rule, resolved_ip):

def _resolve_ip(self, domain, hash_string=None):
try:
print(socket.gethostbyname)
result = self._thread_pool.apply_async(socket.gethostbyname, (domain,))
resolved_ip = result.get(timeout=self._config.timeout)
return resolved_ip
Expand Down

0 comments on commit dfbdf10

Please sign in to comment.