Skip to content

Commit

Permalink
fix: remove useless "no results" notification (#164)
Browse files Browse the repository at this point in the history
Fix #154
  • Loading branch information
bellini666 committed May 9, 2022
1 parent 691d490 commit da61737
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lua/trouble/renderer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ function renderer.render(view, opts)
end
end

if #items == 0 then
util.warn("no results")
end

-- Update lsp signs
update_signs()

Expand Down

0 comments on commit da61737

Please sign in to comment.