Skip to content

Commit

Permalink
fix: remove duplicate pernosco credential warning
Browse files Browse the repository at this point in the history
  • Loading branch information
pyoor committed Dec 9, 2023
1 parent c78be3e commit a278b8b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bugmon/bugmon.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,10 +230,6 @@ def _confirm_open(self) -> None:

def _pernosco(self) -> None:
"""Attempt to record a pernosco session"""
if not self.pernosco_creds:
log.warning("Cannot record a pernosco session without credentials!")
return None

if (
self.bug.platform.system != "Linux"
and self.bug.platform.machine != "x86_64"
Expand Down

0 comments on commit a278b8b

Please sign in to comment.