chore: log cleanup

This commit is contained in:
Akash Mondal
2025-07-04 06:40:22 +00:00
committed by lla-dane
parent 03bf071739
commit 0f64bb49b5
7 changed files with 56 additions and 85 deletions

View File

@ -147,7 +147,6 @@ class MultiselectClient(IMultiselectClient):
except MultiselectCommunicatorError as error:
raise MultiselectClientError() from error
print("Response: ", response)
if response == protocol:
return protocol
if response == PROTOCOL_NOT_FOUND_MSG: