Remove metatable info from logging

This commit is contained in:
Gabriel Tofvesson 2024-10-14 13:25:12 +02:00
parent 0d47cfcf41
commit ce0f82c778

View File

@ -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