mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-05 21:10:57 +00:00
fix: remove print
[no changelog]
This commit is contained in:
parent
6a7ce0e1be
commit
643dd53775
@ -43,7 +43,6 @@ class Session:
|
||||
elif isinstance(resp, messages.PassphraseRequest):
|
||||
if self.passphrase_callback is None:
|
||||
raise Exception # TODO
|
||||
print(self.passphrase_callback)
|
||||
resp = self.passphrase_callback(self, resp)
|
||||
elif isinstance(resp, messages.ButtonRequest):
|
||||
if self.button_callback is None:
|
||||
|
Loading…
Reference in New Issue
Block a user