Skip to content

Commit

Permalink
remove facedir debugging logs (#73)
Browse files Browse the repository at this point in the history
Co-authored-by: BuckarooBanzay <[email protected]>
  • Loading branch information
BuckarooBanzay and BuckarooBanzay authored Jun 21, 2023
1 parent 2f97a36 commit ebe2331
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion legacy.lua
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ if not minetest.get_modpath("auto_tree_tap") and
local node = minetest.get_node(pos)
node.param2 = minetest.dir_to_facedir(dir, true)
minetest.set_node(pos, node)
minetest.log("action", "real (6d) facedir: " .. node.param2)
end
end,
after_dig_node = pipeworks.scan_for_tube_objects,
Expand Down
1 change: 0 additions & 1 deletion wielder.lua
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ local function register_wielder(data)
local node = minetest.get_node(pos)
node.param2 = minetest.dir_to_facedir(dir, true)
minetest.set_node(pos, node)
minetest.log("action", "real (6d) facedir: " .. node.param2)
end
minetest.get_meta(pos):set_string("owner", placer:get_player_name())
end,
Expand Down

0 comments on commit ebe2331

Please sign in to comment.