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:
parent
57265544ab
commit
0206b82a94
1 changed files with 0 additions and 2 deletions
|
|
@ -78,8 +78,6 @@ impl Configuration {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
println!("{:?}", cfg);
|
|
||||||
|
|
||||||
Ok(cfg)
|
Ok(cfg)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue