Skip to content

Commit

Permalink
fix(bar): remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
bekaboo committed Aug 7, 2023
1 parent 4785774 commit b201f50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/dropbar/bar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,6 @@ end
---@param col integer? displaywidth-indexed, 0-indexed mouse position, nil to clear the hover highlights
---@return nil
function dropbar_t:update_hover_hl(col)
print('update_hover_hl')
if not col then
if self.symbol_on_hover then
self.symbol_on_hover:restore()
Expand Down

0 comments on commit b201f50

Please sign in to comment.