rm debugging line

This commit is contained in:
ThomasV 2015-06-28 10:26:18 +02:00
parent 98d0ff7536
commit 4cf97d9ab8
1 changed files with 0 additions and 1 deletions

View File

@ -86,7 +86,6 @@ class Plugin(BasePlugin):
return self.compare_version(major, minor, patch) >= 0
def trezor_is_connected(self):
self.get_client().ping('t')
try:
self.get_client().ping('t')
except: