Skip to content

Commit

Permalink
fix: prevent duplicate output in text mode
Browse files Browse the repository at this point in the history
  • Loading branch information
boukeversteegh committed Jun 2, 2023
1 parent 0b09d11 commit 4c661e1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ai.go
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,6 @@ func main() {
}
typeCommands(executableCommands, keyboard)
}
} else {
fmt.Println(response)
}
}

Expand Down

0 comments on commit 4c661e1

Please sign in to comment.