mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 15:38:11 +00:00
remove stray print
This commit is contained in:
parent
03790e992f
commit
8ee605484e
@ -49,7 +49,6 @@ def validate_full_path(path: list) -> bool:
|
||||
44'/1729'/0'/b' where `b` is an account index from 0 to 1 000 000
|
||||
"""
|
||||
length = len(path)
|
||||
print(path)
|
||||
if length < 3 or length > 4:
|
||||
return False
|
||||
if path[0] != 44 | HARDENED:
|
||||
|
Loading…
Reference in New Issue
Block a user