aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzbirenbaum <zacharyobirenbaum@gmail.com>2022-06-01 13:02:05 -0400
committerzbirenbaum <zacharyobirenbaum@gmail.com>2022-06-01 13:02:05 -0400
commit817f81b47e484f6450eec38325a55db94fcb233e (patch)
tree06abb29b64cd1a6a44084d251be6f2a42699d043
parentFix #11 (diff)
remove debug print statement
-rw-r--r--lua/nvterm/termutil.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/nvterm/termutil.lua b/lua/nvterm/termutil.lua
index e84892c..94bad8e 100644
--- a/lua/nvterm/termutil.lua
+++ b/lua/nvterm/termutil.lua
@@ -19,7 +19,6 @@ util.get_split_dims = function(type, ratio)
end
util.execute_type_cmd = function(type, terminals, override)
- print(terminals.type_opts)
local opts = terminals.type_opts[type]
local dims = type ~= 'float' and util.get_split_dims(type, opts.split_ratio) or util.calc_float_opts(opts)
dims = override and "" or dims