From 66e71ceec19b2949208748ee9db819eb28d92008 Mon Sep 17 00:00:00 2001 From: James Prestwich Date: Wed, 30 Jun 2021 13:40:58 -0700 Subject: [PATCH] bug: remove leftover leftover dbg --- rust/kathy/src/main.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/rust/kathy/src/main.rs b/rust/kathy/src/main.rs index 4e7262ef0..dedbcf101 100644 --- a/rust/kathy/src/main.rs +++ b/rust/kathy/src/main.rs @@ -34,8 +34,6 @@ fn setup() -> Result { } .map_err(|e| eyre!(e))?; - dbg!(&settings); - Ok(settings) }