wea.parse.weighted_nodes: comment out debug

This commit is contained in:
Starbeamrainbowlabs 2021-05-21 02:11:03 +01:00
parent 57ff577694
commit 97aa24bcd3
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

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