Skip to content

Commit

Permalink
rm println [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
erhant committed Oct 10, 2024
1 parent 6822f65 commit d6b36ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compute/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ async fn main() -> Result<()> {
env_logger::builder()
.format_timestamp(Some(env_logger::TimestampPrecision::Millis))
.init();
println!("LOG_LEVEL: {}", env::var("RUST_LOG").unwrap());
if let Err(e) = dotenv_result {
log::warn!("Could not load .env file: {}", e);
}
Expand Down

0 comments on commit d6b36ac

Please sign in to comment.