fix: Remove old print

This commit is contained in:
danymat
2022-10-21 16:30:57 +02:00
parent 0f70a414fa
commit c9ee823ec2

View File

@@ -40,7 +40,6 @@ return {
---@return table?
---@private
copy = function(rules, table)
P(rules, table)
local copy = {}
for parameter, rule in pairs(rules) do