print statement should be debug only

comment print statement of seed
This commit is contained in:
Michael Wozniak 2014-03-09 23:27:40 -04:00
parent 7f96001463
commit 820328781a

View file

@ -1847,7 +1847,7 @@ class Wallet(object):
is_hex = False
if is_hex or (uses_electrum_words and len(words) != 13):
print "old style wallet", len(words), words
#print "old style wallet", len(words), words
w = OldWallet(storage)
w.init_seed(seed) #hex
else: