mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-27 17:43:53 +01:00
remove debug logging
This commit is contained in:
parent
1024b19629
commit
8ec118eed7
@ -17,7 +17,6 @@ minetest.register_tool(":worldeditadditions:cloudwand", {
|
|||||||
local name = player:get_player_name()
|
local name = player:get_player_name()
|
||||||
-- print("[farwand] on_use", name)
|
-- print("[farwand] on_use", name)
|
||||||
local looking_pos, node_id = worldeditadditions.farwand.do_raycast(player)
|
local looking_pos, node_id = worldeditadditions.farwand.do_raycast(player)
|
||||||
print("DEBUG cloudwand:looking_pos", looking_pos)
|
|
||||||
wea.selection.add_point(name, looking_pos)
|
wea.selection.add_point(name, looking_pos)
|
||||||
-- Left click when pointing at something or nothing
|
-- Left click when pointing at something or nothing
|
||||||
end,
|
end,
|
||||||
|
Loading…
Reference in New Issue
Block a user