From c9ee823ec2ecdeae8c404a43a3394553d37a6d4c Mon Sep 17 00:00:00 2001 From: danymat Date: Fri, 21 Oct 2022 16:30:57 +0200 Subject: [PATCH] fix: Remove old print --- lua/neogen/utilities/helpers.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/neogen/utilities/helpers.lua b/lua/neogen/utilities/helpers.lua index 6cc1918..2ca188c 100644 --- a/lua/neogen/utilities/helpers.lua +++ b/lua/neogen/utilities/helpers.lua @@ -40,7 +40,6 @@ return { ---@return table? ---@private copy = function(rules, table) - P(rules, table) local copy = {} for parameter, rule in pairs(rules) do