1
0
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:
Adrian Nagy 2019-04-18 14:45:36 +02:00
parent 03790e992f
commit 8ee605484e

View File

@ -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: