remove code, which use in hard debugging
This commit is contained in:
		
							parent
							
								
									3fec3aa21c
								
							
						
					
					
						commit
						4f845a8280
					
				@ -88,12 +88,10 @@ public abstract class TbEntityGetAttrNode<T extends EntityId> implements TbNode
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    private void putAttributesAndTell(TbContext ctx, TbMsg msg, List<? extends KvEntry> attributes) {
 | 
			
		||||
        List<String> attrProcessPattern = new ArrayList<>();
 | 
			
		||||
        Map<String, String> updConf = new HashMap<>();
 | 
			
		||||
        config.getAttrMapping().forEach((key, value) -> {
 | 
			
		||||
            String processPattern = TbNodeUtils.processPattern(key, msg);
 | 
			
		||||
            updConf.put(processPattern, value);
 | 
			
		||||
            attrProcessPattern.add(processPattern);
 | 
			
		||||
        });
 | 
			
		||||
 | 
			
		||||
        attributes.forEach(r -> {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user