Skip to content

Commit

Permalink
removing print
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuelgestosa committed Oct 16, 2023
1 parent 283c1c5 commit 0cf57f9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,6 @@ public abstract class VimSearchGroupBase : VimSearchGroup {
val regex: VimRegex = try {
VimRegex(pattern)
} catch (e: VimRegexException) {
println("here")
injector.messages.showStatusBarMessage(editor, e.message)
return false
}
Expand Down

0 comments on commit 0cf57f9

Please sign in to comment.