mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 07:23:00 +00:00
remove debug logging
This commit is contained in:
parent
1024b19629
commit
8ec118eed7
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue