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