Skip to content

Commit

Permalink
Remove unrelated change (this was going to a different branch, oops)
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal committed Nov 7, 2024
1 parent 8c7eeb0 commit 7f3df86
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions crates/assistant/src/slash_command/delta_command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,17 +112,6 @@ impl SlashCommand for DeltaSlashCommand {
}
}

// // If no changes detected, add a message section
// if !changes_detected {
// output.sections.push(SlashCommandOutputSection {
// range: 0..0,
// icon: IconName::Info, // Use an appropriate icon
// label: Some("Info".into()),
// metadata: Some(serde_json::json!({"message": "No changes detected"})),
// });
// output.text.push_str("No changes detected\n");
// }

Ok(output.to_event_stream())
})
}
Expand Down

0 comments on commit 7f3df86

Please sign in to comment.