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:
Charles Hall 2024-06-06 21:51:54 -07:00
parent 9a92a8047e
commit a6087e97e1
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
2 changed files with 1 additions and 33 deletions

View file

@ -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