remove debug logging

This commit is contained in:
Starbeamrainbowlabs 2022-09-19 17:29:12 +01:00
parent 1024b19629
commit 8ec118eed7
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ minetest.register_tool(":worldeditadditions:cloudwand", {
local name = player:get_player_name()
-- print("[farwand] on_use", name)
local looking_pos, node_id = worldeditadditions.farwand.do_raycast(player)
print("DEBUG cloudwand:looking_pos", looking_pos)
wea.selection.add_point(name, looking_pos)
-- Left click when pointing at something or nothing
end,