mirror of
https://github.com/MidnightBlueLabs/tetra-bluestation.git
synced 2026-03-29 05:09:51 +00:00
Removed erroneous config debug print
This commit is contained in:
@@ -98,7 +98,6 @@ fn main() {
|
||||
|
||||
let args = Args::parse();
|
||||
let mut cfg = load_config_from_toml(&args.config);
|
||||
eprintln!("Loaded configuration from {:?}", cfg.config());
|
||||
let _log_guard = debug::setup_logging_default(cfg.config().debug_log.clone());
|
||||
|
||||
let mut router = match cfg.config().stack_mode {
|
||||
|
||||
Reference in New Issue
Block a user