mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 07:23:00 +00:00
wea.parse.weighted_nodes: comment out debug
This commit is contained in:
parent
57ff577694
commit
97aa24bcd3
1 changed files with 0 additions and 2 deletions
|
@ -59,7 +59,5 @@ function worldeditadditions.parse.weighted_nodes(parts, as_list, func_normalise)
|
|||
else result[last_node_name] = 1 end
|
||||
end
|
||||
|
||||
print(worldeditadditions.format.map(result, " "))
|
||||
|
||||
return true, result
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue