Skip to content

Commit

Permalink
Remove debugging output for block generation
Browse files Browse the repository at this point in the history
  • Loading branch information
exot committed Dec 18, 2020
1 parent 7c4a674 commit 6b346fb
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,6 @@ for color,ingredients in pairs(colors_from_plants) do
})
end


-- Debug output when new blocks are generated

minetest.register_on_generated(function(minp, maxp, seed)
local debug = "New block generated with minp="..(minetest.pos_to_string(minp))..", maxp="..(minetest.pos_to_string(maxp))..", seed="..seed
print(debug)
minetest.chat_send_all(debug)
end)


-- End

Expand Down

0 comments on commit 6b346fb

Please sign in to comment.