rm debug print statement

This commit is contained in:
ThomasV 2016-02-11 12:59:24 +01:00
parent a03301c55f
commit 25bf63e528
1 changed files with 0 additions and 1 deletions

View File

@ -710,7 +710,6 @@ class ElectrumWindow(App):
self.protected(self._show_seed, (label,))
def _show_seed(self, label, password):
print label, password
try:
seed = self.wallet.get_seed(password)
except: