commit 4cf97d9ab80a2420a19fdeb7b12a68ac2839ef79 parent 98d0ff75365b50147075d1a9248dfe8779a2aaf1 Author: ThomasV <thomasv@gitorious> Date: Sun, 28 Jun 2015 10:26:18 +0200 rm debugging line Diffstat:
M | plugins/trezor.py | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/plugins/trezor.py b/plugins/trezor.py @@ -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: