Skip to content

Commit

Permalink
cleanup: remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
max397574 committed Oct 12, 2024
1 parent 3031c68 commit afd4415
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/care/utils/window.lua
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ function Window:draw_scrollbar()
})
end

print(win_data.has_border)
local menu_pos_NE = {
self.opened_at.row
- (self.position == "below" and 0 or 1)
Expand Down

0 comments on commit afd4415

Please sign in to comment.