mirror of
				https://github.com/minetest-mods/mesecons.git
				synced 2025-11-04 04:55:26 +01:00 
			
		
		
		
	Remove unnecessary debug output
This commit is contained in:
		@@ -132,7 +132,6 @@ minetest.register_on_punchnode(function (pos, node)
 | 
			
		||||
end)
 | 
			
		||||
 | 
			
		||||
mesecon.delayer_signal_change = function(pos, node)
 | 
			
		||||
	print "CHANGE"
 | 
			
		||||
	if string.find(node.name, "mesecons_delayer:delayer_off")~=nil then
 | 
			
		||||
		np={x=pos.x-1, y=pos.y, z=pos.z}
 | 
			
		||||
		nn=minetest.env:get_node(np)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user