mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2025-04-09 10:11:29 +02:00
remove debug logging
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user