Skip to content

Commit

Permalink
Remove unnecessary logging imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tnull committed Mar 8, 2023
1 parent 0d00cd3 commit 6fb7cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightning-transaction-sync/src/esplora.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use crate::error::{TxSyncError, InternalError};
use crate::common::{SyncState, FilterQueue, ConfirmedTx};

use lightning::util::logger::Logger;
use lightning::{log_error, log_given_level, log_info, log_internal, log_debug, log_trace};
use lightning::{log_error, log_info, log_debug, log_trace};
use lightning::chain::WatchedOutput;
use lightning::chain::{Confirm, Filter};

Expand Down

0 comments on commit 6fb7cca

Please sign in to comment.