Revert "Enable tracing to debug. (#80)"

This reverts commit 6e0e85272d.
This commit is contained in:
Luke Curley 2023-09-19 14:49:02 -07:00
parent 80fd13a9dc
commit 43a2ed15d4
1 changed files with 0 additions and 2 deletions

View File

@ -18,12 +18,10 @@ async fn main() -> anyhow::Result<()> {
env_logger::init();
// Disable tracing so we don't get a bunch of Quinn spam.
/* TODO disable again after debugging
let tracer = tracing_subscriber::FmtSubscriber::builder()
.with_max_level(tracing::Level::WARN)
.finish();
tracing::subscriber::set_global_default(tracer).unwrap();
*/
let config = Config::parse();