浏览代码

cleanup: remove print

opalmay 2 年之前
父节点
当前提交
f856dbc0cb
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      lua/lvim/core/terminal.lua

+ 0 - 1
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