Remove debug-logging for now

This commit is contained in:
Ruakij 2021-11-25 01:48:41 +01:00
parent 1976838d8a
commit 38985ea9e2

View File

@ -53,8 +53,6 @@ class PacketStreamFactory extends Transform{
packet = this._handleHeader(packet, header);
packet = this._handlePayload(packet, lines);
logger.debug(packet);
next(null, packet); // Get next chunk
}