Skip to content

Commit

Permalink
chore: remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
junkurihara committed Jan 4, 2024
1 parent 9c04cd6 commit 4ef2751
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion proxy-bin/src/error.rs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pub use anyhow::{anyhow, bail, ensure, Context};
pub use anyhow::{anyhow, bail};
2 changes: 1 addition & 1 deletion proxy-bin/src/log.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pub use tracing::{debug, error, info, warn};
pub use tracing::{error, info, warn};

pub fn init_logger() {
use tracing_subscriber::{fmt, prelude::*, EnvFilter};
Expand Down

0 comments on commit 4ef2751

Please sign in to comment.