Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
remove un-necessary comment (#8014)
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasad1 authored and svyatonik committed Feb 28, 2018
1 parent 9fec214 commit e54c33d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hw/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)))
Expand Down

0 comments on commit e54c33d

Please sign in to comment.