Skip to content
Snippets Groups Projects
Commit c7428d81 authored by Jeija's avatar Jeija
Browse files

Remove unused VERSION file

and remove debug output
parent cfd4f7c2
No related branches found
No related tags found
No related merge requests found
0.41 DEV
......@@ -381,7 +381,6 @@ function mesecon.turnon(pos, link)
-- area not loaded, postpone action
if not node then
print("Mesecons: Postponing action!")
mesecon.queue:add_action(f.pos, "turnon", {link}, nil, true)
elseif mesecon.is_conductor_off(node, f.link) then
local rules = mesecon.conductor_get_rules(node)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment