Remove metatable info from logging
This commit is contained in:
parent
0d47cfcf41
commit
ce0f82c778
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user