mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-23 23:53:44 +01:00
wea.inspect: comment out debug
This commit is contained in:
parent
9bcf242443
commit
e9398862b9
@ -22,16 +22,16 @@ local function inspect(item, maxdepth)
|
|||||||
return table.concat(result,"")
|
return table.concat(result,"")
|
||||||
end
|
end
|
||||||
|
|
||||||
local test = {
|
-- local test = {
|
||||||
a = { x = 5, y = 7, z = -6 },
|
-- a = { x = 5, y = 7, z = -6 },
|
||||||
http = {
|
-- http = {
|
||||||
port = 80,
|
-- port = 80,
|
||||||
protocol = "http"
|
-- protocol = "http"
|
||||||
},
|
-- },
|
||||||
mode = "do_stuff",
|
-- mode = "do_stuff",
|
||||||
apple = false,
|
-- apple = false,
|
||||||
deepa = { deepb = { deepc = { yay = "Happy Birthday!" } }}
|
-- deepa = { deepb = { deepc = { yay = "Happy Birthday!" } }}
|
||||||
}
|
-- }
|
||||||
print(inspect(test, 10))
|
-- print(inspect(test))
|
||||||
|
|
||||||
return inspect
|
return inspect
|
||||||
|
Loading…
Reference in New Issue
Block a user