chore(nvim/toggleterm): remove debug print

This commit is contained in:
Michael Thomas 2024-06-14 17:13:29 -04:00
parent 43e6060c90
commit 629b5ce741

View File

@ -40,7 +40,6 @@
row = ''
function()
local heightFn = ${height}
print(heightFn())
return math.floor((vim.o.lines - heightFn()) / 2) - 1
end
'';