We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa84e98 commit a02d533Copy full SHA for a02d533
src/main.rs
@@ -39,8 +39,6 @@ async fn main() -> Result<()> {
39
40
let config = toml::from_str::<Config>(&std::fs::read_to_string(config_path)?)?;
41
42
- dbg!(&config);
43
-
44
if config.providers.is_empty() {
45
return Err(anyhow!("No providers configured"));
46
}
0 commit comments