Fix Preloader Handshake In Debug Mode

This commit is contained in:
hopez13 2024-09-16 21:06:29 +05:30 committed by GitHub
parent 35c5803ae0
commit e3cd58a837
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -309,7 +309,7 @@ class UsbClass(DeviceClass):
break
if self.device is None:
self.debug("Couldn't detect the device. Is it connected ?")
# self.debug("Couldn't detect the device. Is it connected ?")
return False
try:

View file

@ -169,7 +169,7 @@ class Port(metaclass=LogBase):
except Exception as serr:
if "access denied" in str(serr):
self.warning(str(serr))
self.debug(str(serr))
# self.debug(str(serr))
pass
return False