chore: cleanup

This commit is contained in:
iff 2025-04-09 17:27:04 +02:00
parent e5da2e3e6a
commit 91cc44cb5f
2 changed files with 5 additions and 6 deletions

View file

@ -57,10 +57,6 @@ struct AiPrompt<'a> {
}
pub async fn ai_suggestion(last_command: &str, error_msg: &str) {
if std::env::var("_PR_AI_DISABLE").is_ok() {
return;
}
let conf = match Conf::new() {
Some(conf) => conf,
None => {