Skip to content

Commit e14989c

Browse files
authored
Remove what appears to have been a debug message. (#1949)
1 parent 8567841 commit e14989c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/nvim-tree/view.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,6 @@ local function grow()
265265
if type(wininfo) == "table" and type(wininfo[1]) == "table" then
266266
padding = padding + wininfo[1].textoff
267267
end
268-
print(padding)
269268

270269
local resizing_width = M.View.initial_width - padding
271270
local max_width

0 commit comments

Comments
 (0)