Remove what appears to have been a debug message. (#1949)

This commit is contained in:
Adam Karim 2023-01-28 03:51:28 -08:00 committed by GitHub
parent 8567841b87
commit e14989c0ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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