summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoropalmay <[email protected]>2023-02-05 00:00:59 +0200
committeropalmay <[email protected]>2023-04-12 13:56:59 +0300
commitf856dbc0cb44e9c75aa383d276109c25d932a11d (patch)
tree27d453c9838d70c4fcb0cae735694494e5d9ee9b
parentba572a97bbd8cf9a61de33ab2f13013482602e30 (diff)
cleanup: remove print
-rw-r--r--lua/lvim/core/terminal.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/lvim/core/terminal.lua b/lua/lvim/core/terminal.lua
index bf63bea7..ab2ce7bd 100644
--- a/lua/lvim/core/terminal.lua
+++ b/lua/lvim/core/terminal.lua
@@ -129,7 +129,6 @@ M._exec_toggle = function(exec)
width = exec.size == 1 and 100000,
height = exec.size == 1 and 100000,
}
- vim.pretty_print(exec)
local term = Terminal:new(exec)
term:toggle(exec.size, exec.direction)
end