From e54c33d9a761c2f064a65b55797c5f43669301d8 Mon Sep 17 00:00:00 2001 From: Niklas Adolfsson Date: Wed, 28 Feb 2018 14:40:08 +0100 Subject: [PATCH] remove un-necessary comment (#8014) --- hw/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/src/lib.rs b/hw/src/lib.rs index 828c15d70..060aead3a 100644 --- a/hw/src/lib.rs +++ b/hw/src/lib.rs @@ -172,7 +172,6 @@ impl HardwareWalletManager { .spawn(move || { if let Err(e) = l.update_devices() { debug!(target: "hw", "Ledger couldn't connect at startup, error: {}", e); - //debug!("Ledger could not connect at startup, error: {}", e); } loop { usb_context_ledger.handle_events(Some(Duration::from_millis(500)))