Skip to content

Commit

Permalink
Remove unused VERSION file
Browse files Browse the repository at this point in the history
and remove debug output
  • Loading branch information
Jeija committed Feb 19, 2016
1 parent cfd4f7c commit c7428d8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion mesecons/VERSION

This file was deleted.

1 change: 0 additions & 1 deletion mesecons/internal.lua
Expand Up @@ -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)
Expand Down

0 comments on commit c7428d8

Please sign in to comment.