This commit is contained in:
jb-alvarado 2022-03-16 20:57:48 +01:00
parent f6649b1ddc
commit 1724af1358

View File

@ -17,7 +17,6 @@ fn main() {
let runtime = Runtime::new().unwrap();
let rt_handle = runtime.handle();
let logging = init_logging(rt_handle.clone());
CombinedLogger::init(logging).unwrap();