Skip to content

Commit

Permalink
feat: remove log level
Browse files Browse the repository at this point in the history
  • Loading branch information
devworlds committed Dec 12, 2024
1 parent 370d0d1 commit 0b090ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion roles/test-utils/mining-device-sv1/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ pub(crate) use client::Client;
#[async_std::main]
async fn main() {
tracing_subscriber::fmt()
.with_max_level(tracing::Level::INFO)
.init();
const ADDR: &str = "127.0.0.1:34255";
Client::connect(
Expand Down

0 comments on commit 0b090ad

Please sign in to comment.