Skip to content

Commit

Permalink
remove stray dbg!
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewmeyer committed Nov 10, 2024
1 parent aa84e98 commit a02d533
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ async fn main() -> Result<()> {

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

dbg!(&config);

if config.providers.is_empty() {
return Err(anyhow!("No providers configured"));
}
Expand Down

0 comments on commit a02d533

Please sign in to comment.