Browse Source

cleanup: remove print

opalmay 2 năm trước cách đây
mục cha
commit
f856dbc0cb
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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