Skip to content

Commit d6b36ac

Browse files
committed
rm println [skip ci]
1 parent 6822f65 commit d6b36ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compute/src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ async fn main() -> Result<()> {
1313
env_logger::builder()
1414
.format_timestamp(Some(env_logger::TimestampPrecision::Millis))
1515
.init();
16-
println!("LOG_LEVEL: {}", env::var("RUST_LOG").unwrap());
1716
if let Err(e) = dotenv_result {
1817
log::warn!("Could not load .env file: {}", e);
1918
}

0 commit comments

Comments
 (0)