Skip to content

Commit c45a951

Browse files
committed
perf(#3257): remove view setup
1 parent a1f4d6a commit c45a951

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lua/nvim-tree/view.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ end
142142
---Configure width-related config
143143
---@param width string|function|number|table|nil
144144
function M.configure_width(width)
145-
log.line("dev", "configure_width")
146145
if type(width) == "table" then
147146
M.View.adaptive_size = true
148147
M.View.width = width.min or DEFAULT_MIN_WIDTH

0 commit comments

Comments
 (0)