diff --git a/src/main.rs b/src/main.rs index ac4c6c5..5fd5572 100644 --- a/src/main.rs +++ b/src/main.rs @@ -24,8 +24,6 @@ pub use section::Section; #[tokio::main(flavor = "current_thread")] async fn main() { - std::env::set_var("RUST_LOG", "debug"); - pretty_env_logger::init_timed(); info!("Starting hebbot");