Skip to content

Commit 0f47780

Browse files
committed
🔇 debug: remove logs
1 parent ac8e9d4 commit 0f47780

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/popups/conventional_commit.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -690,10 +690,6 @@ impl Component for ConventionalCommitPopup {
690690
event: &crossterm::event::Event,
691691
) -> Result<EventState> {
692692
if self.is_visible() {
693-
if self.is_insert {
694-
println!("lol");
695-
}
696-
697693
if let Event::Key(key) = event {
698694
if key_match(key, self.key_config.keys.exit_popup)
699695
|| key_match(key, self.key_config.keys.enter)

0 commit comments

Comments
 (0)