From 820328781ad735e4ad9693d6ad181db76402b000 Mon Sep 17 00:00:00 2001 From: Michael Wozniak Date: Sun, 9 Mar 2014 23:27:40 -0400 Subject: [PATCH] print statement should be debug only comment print statement of seed --- lib/wallet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wallet.py b/lib/wallet.py index 3948a95a7..30ae836d1 100644 --- a/lib/wallet.py +++ b/lib/wallet.py @@ -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: