Skip to content

Commit

Permalink
remove noisy error reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
utahta committed Nov 16, 2019
1 parent 40064dc commit 4ae2045
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/internal/event/event.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ func (h *handler) handle(args []string) {

cb, ok := h.callbacks[id]
if !ok {
h.vim.WritelnErr("event.handler.handle: callback not found")
return
}
delete(h.callbacks, id)
Expand Down

0 comments on commit 4ae2045

Please sign in to comment.