Skip to content

Commit 31bc04f

Browse files
committed
remove unused import in logger
1 parent c06c522 commit 31bc04f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lightning/src/util/logger.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
1717
use std::cmp;
1818
use std::fmt;
19-
use std::sync::Arc;
2019
use std::panic::{UnwindSafe, RefUnwindSafe};
2120

2221
static LOG_LEVEL_NAMES: [&'static str; 6] = ["OFF", "ERROR", "WARN", "INFO", "DEBUG", "TRACE"];

0 commit comments

Comments
 (0)