Skip to content

Commit

Permalink
Removed confusing Malformed message warning
Browse files Browse the repository at this point in the history
  • Loading branch information
hyugogirubato committed Jul 7, 2024
1 parent 8ce3bf4 commit 7aa2f7e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions keydive/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,6 @@ def __process_message(self, message: dict, data: bytes) -> None:
self.cdm.set_private_key(data=data)
elif level == 'client_id':
self.cdm.set_client_id(data=data)
else:
self.logger.warning('Malformed message: %s -> %s' % (level, data))

def hook_process(self, pid: int, vendor: Vendor, timeout: int = 0) -> bool:
"""
Expand Down

0 comments on commit 7aa2f7e

Please sign in to comment.