print statement should be debug only
authorMichael Wozniak <github@koh.ms>
Mon, 10 Mar 2014 03:27:40 +0000 (23:27 -0400)
committerMichael Wozniak <github@koh.ms>
Mon, 10 Mar 2014 03:27:40 +0000 (23:27 -0400)
comment print statement of seed

lib/wallet.py

index 3948a95..30ae836 100644 (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: