Removed debug read statement
This commit is contained in:
		
							parent
							
								
									1aae9d5e71
								
							
						
					
					
						commit
						d714b342ed
					
				@ -41,7 +41,6 @@ class PacketStreamFactory extends Transform{
 | 
				
			|||||||
        
 | 
					        
 | 
				
			||||||
        logger.debug(packet);
 | 
					        logger.debug(packet);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        this.read();
 | 
					 | 
				
			||||||
        next(null, packet);     // Get next chunk
 | 
					        next(null, packet);     // Get next chunk
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user