Removed extra logging

This commit is contained in:
Andrew Rioux 2024-01-24 20:09:57 -05:00
parent 41599f96f8
commit 5fe4450f39
Signed by: andrew.rioux
GPG Key ID: 9B8BAC47C17ABB94

View File

@ -20,7 +20,7 @@ mod interface;
fn main() -> anyhow::Result<()> {
simple_logger::SimpleLogger::new()
.with_level(log::LevelFilter::Debug)
.with_level(log::LevelFilter::Off)
.with_module_level("sparse-05-server", log::LevelFilter::Debug)
.init()?;