Removing a debug print

This commit is contained in:
paly2 2016-04-24 13:39:25 +02:00
parent 6619af67f9
commit 6c02d74d83
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
local injector_controller_get_output_rules = function(node)
print("output rules")
local rules = {{x = 0, y = 0, z = 1}}
for i = 0, node.param2 do
rules = mesecon.rotate_rules_left(rules)