We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac8e9d4 commit 0f47780Copy full SHA for 0f47780
src/popups/conventional_commit.rs
@@ -690,10 +690,6 @@ impl Component for ConventionalCommitPopup {
690
event: &crossterm::event::Event,
691
) -> Result<EventState> {
692
if self.is_visible() {
693
- if self.is_insert {
694
- println!("lol");
695
- }
696
-
697
if let Event::Key(key) = event {
698
if key_match(key, self.key_config.keys.exit_popup)
699
|| key_match(key, self.key_config.keys.enter)
0 commit comments