remove un-necessary comment (#8014)

This commit is contained in:
Niklas Adolfsson 2018-02-28 14:40:08 +01:00 committed by Svyatoslav Nikolsky
parent 9fec2142ae
commit e54c33d9a7
1 changed files with 0 additions and 1 deletions

View File

@ -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)))