Remove debug-logging for now
This commit is contained in:
		
							parent
							
								
									1976838d8a
								
							
						
					
					
						commit
						38985ea9e2
					
				@ -53,8 +53,6 @@ class PacketStreamFactory extends Transform{
 | 
				
			|||||||
        packet = this._handleHeader(packet, header);
 | 
					        packet = this._handleHeader(packet, header);
 | 
				
			||||||
        packet = this._handlePayload(packet, lines);
 | 
					        packet = this._handlePayload(packet, lines);
 | 
				
			||||||
        
 | 
					        
 | 
				
			||||||
        logger.debug(packet);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        next(null, packet);     // Get next chunk
 | 
					        next(null, packet);     // Get next chunk
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user