Remove what appears to have been a debug message. (#1949)
This commit is contained in:
parent
8567841b87
commit
e14989c0ea
@ -265,7 +265,6 @@ local function grow()
|
||||
if type(wininfo) == "table" and type(wininfo[1]) == "table" then
|
||||
padding = padding + wininfo[1].textoff
|
||||
end
|
||||
print(padding)
|
||||
|
||||
local resizing_width = M.View.initial_width - padding
|
||||
local max_width
|
||||
|
||||
Loading…
Reference in New Issue
Block a user