Skip to content

Commit a02d533

Browse files
committed
remove stray dbg!
1 parent aa84e98 commit a02d533

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ async fn main() -> Result<()> {
3939

4040
let config = toml::from_str::<Config>(&std::fs::read_to_string(config_path)?)?;
4141

42-
dbg!(&config);
43-
4442
if config.providers.is_empty() {
4543
return Err(anyhow!("No providers configured"));
4644
}

0 commit comments

Comments
 (0)