We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6822f65 commit d6b36acCopy full SHA for d6b36ac
compute/src/main.rs
@@ -13,7 +13,6 @@ async fn main() -> Result<()> {
13
env_logger::builder()
14
.format_timestamp(Some(env_logger::TimestampPrecision::Millis))
15
.init();
16
- println!("LOG_LEVEL: {}", env::var("RUST_LOG").unwrap());
17
if let Err(e) = dotenv_result {
18
log::warn!("Could not load .env file: {}", e);
19
}
0 commit comments