Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
glepnir committed Sep 8, 2023
1 parent c9b17bc commit fdea148
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/lspsaga/symbol/outline.lua
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,6 @@ function ot:preview(group)
local row = fn.winline()
win_conf.row = row - 1
win_conf.height = math.min(#lines, bit.rshift(vim.o.lines, 1))
print(win_conf.height)
api.nvim_win_set_config(self.preview_winid, win_conf)
end,
})
Expand Down

0 comments on commit fdea148

Please sign in to comment.