Skip to content

Commit

Permalink
chore(rhel): remove redundant log entry
Browse files Browse the repository at this point in the history
The http util library is already logging the get at info level, so no
reason to have this line logging at trace level.

Signed-off-by: Weston Steimel <[email protected]>
  • Loading branch information
westonsteimel committed Jan 8, 2024
1 parent 323a649 commit 5aca844
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/vunnel/providers/rhel/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,6 @@ def _sync_cves(self, skip_if_exists=False, do_full_sync=True): # noqa: PLR0915,
return full_cve_dir

def _download_entity(self, url, destination):
self.logger.trace(f"downloading {url}")

def status_handler(r: requests.Response):
if r.status_code not in [200, 404]:
r.raise_for_status()
Expand Down

0 comments on commit 5aca844

Please sign in to comment.