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