Browse Source

cleanup: remove print

opalmay 2 years ago
parent
commit
f856dbc0cb
1 changed files with 0 additions and 1 deletions
  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