Remove unused VERSION file

and remove debug output
This commit is contained in:
Jeija 2016-02-19 12:17:35 +01:00
parent cfd4f7c287
commit c7428d8135
2 changed files with 0 additions and 2 deletions

View File

@ -1 +0,0 @@
0.41 DEV

View File

@ -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)