Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lazureykis committed Jan 5, 2024
1 parent 9c52874 commit 026d84d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ mod worker;

#[tokio::main]
async fn main() -> crate::result::Result<()> {
// env_logger::init();
let env = env_logger::Env::default().filter_or("LOG_LEVEL", "info");
env_logger::init_from_env(env);

Expand Down

0 comments on commit 026d84d

Please sign in to comment.