Skip to content

Commit

Permalink
Removed accidentally included logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeName42 committed Nov 17, 2024
1 parent 8a57535 commit ee45296
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion technic/machines/register/cables.lua
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ end

function technic.clear_networks(pos)
local node = minetest.get_node(pos)
core.log(node.name)
local meta = minetest.get_meta(pos)
local placed = node.name ~= "air"
local positions = check_connections(pos)
Expand Down

0 comments on commit ee45296

Please sign in to comment.