Remove useless debug output

This commit is contained in:
Jeija 2012-04-22 07:49:40 +02:00
parent 11b5ef8c94
commit 84cc0264ca
1 changed files with 0 additions and 1 deletions

View File

@ -387,7 +387,6 @@ end
minetest.register_on_placenode(function(pos, newnode, placer)
if mesecon:check_if_turnon(pos) then
if mesecon:is_conductor_off(newnode.name) then
print ("IS CONDUCTOR OFF")
mesecon:turnon(pos, 0, 0, 0)
else
mesecon:changesignal(pos)