From 8ee605484e13b1a51fe1b31e56e3710e23572eaf Mon Sep 17 00:00:00 2001 From: Adrian Nagy Date: Thu, 18 Apr 2019 14:45:36 +0200 Subject: [PATCH] remove stray print --- core/src/apps/tezos/helpers.py | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/apps/tezos/helpers.py b/core/src/apps/tezos/helpers.py index 631947a012..73bd02d1f8 100644 --- a/core/src/apps/tezos/helpers.py +++ b/core/src/apps/tezos/helpers.py @@ -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: