mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-18 00:01:24 +01:00
remove config deprecation functionality
This is a hard fork, we don't need to inherit this cruft. Really, I should've noticed and removed this closer to the beginning of our history.
This commit is contained in:
parent
9a92a8047e
commit
a6087e97e1
2 changed files with 1 additions and 33 deletions
|
|
@ -115,8 +115,6 @@ async fn try_main() -> Result<(), error::Main> {
|
|||
|
||||
let config = raw_config.extract::<Config>()?;
|
||||
|
||||
config.warn_deprecated();
|
||||
|
||||
let _guard = observability::init(&config);
|
||||
|
||||
// This is needed for opening lots of file descriptors, which tends to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue