Remove debugging code

This commit is contained in:
Starbeamrainbowlabs 2020-06-09 22:04:38 +01:00
parent 2dbbeef9c9
commit 32e786401a
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -79,7 +79,5 @@ function worldeditadditions.make_heightmap(pos1, pos2, manip, area, data)
end
end
worldeditadditions.print_2d(heightmap, (pos2.z - pos1.z) + 1)
return heightmap
end