From 30140b1b65525268f046be60814ff91b876c553c Mon Sep 17 00:00:00 2001 From: ne_mene Date: Tue, 31 Mar 2026 22:42:42 +0200 Subject: removed annoying print --- src/export.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/export.lua b/src/export.lua index b0b9809..12bb56e 100644 --- a/src/export.lua +++ b/src/export.lua @@ -10,7 +10,7 @@ local function table_to_str(tbl, indent) local src = "{" for k, v in pairs(tbl) do - print(k, v) + -- print(k, v) if type(k) == "function" or type(v) == "function" then error("Cannot export function " .. tostring(k) .. " = " .. tostring(v)) end -- cgit v1.3-2-g0d8e