core: config: remove stray print statement

This print statement was for debugging, but configuration works properly
now. Remove the stray statement.
This commit is contained in:
Richard Acayan 2024-09-30 22:00:23 -04:00
parent 57265544ab
commit 0206b82a94

View file

@ -78,8 +78,6 @@ impl Configuration {
}
}
println!("{:?}", cfg);
Ok(cfg)
}