Explorar o código

cleanup: remove print

opalmay %!s(int64=2) %!d(string=hai) anos
pai
achega
f856dbc0cb
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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