From ce0f82c778b6c78bf2c09c5b047c1eee838394d6 Mon Sep 17 00:00:00 2001 From: Gabriel Tofvesson Date: Mon, 14 Oct 2024 13:25:12 +0200 Subject: [PATCH] Remove metatable info from logging --- logging.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/logging.lua b/logging.lua index 56b7c0e..037adb6 100644 --- a/logging.lua +++ b/logging.lua @@ -139,7 +139,6 @@ local function _simpleStringify(inValue, builder, ignoreGlobals, skipFunctions, local isPlain = plain or LogPlain.is(inValue) local isDeep = plain or LogPlain.isDeep(inValue) if type(value) == "table" then - table.insert(builder, tostring(getmetatable(inValue))) if not isPlain then table.insert(builder, "<") end