diff options
| author | Eskil Queseth <eskilq@kth.se> | 2021-06-13 01:50:43 +0200 |
|---|---|---|
| committer | Eskil Queseth <eskilq@kth.se> | 2021-06-14 17:15:04 +0200 |
| commit | 3d14ef37acb4060937ba0463f74976ef8e4ede79 (patch) | |
| tree | a3a59edf2750b3ab6db518b3db137cb7eb27fb86 | |
| parent | c27074573f4025f4487f18557c57f8c14b8652da (diff) | |
| download | mum-3d14ef37acb4060937ba0463f74976ef8e4ede79.tar.gz | |
remove unecessary debug print
| -rw-r--r-- | mumd/src/audio/output.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mumd/src/audio/output.rs b/mumd/src/audio/output.rs index d74e6e1..f313f8f 100644 --- a/mumd/src/audio/output.rs +++ b/mumd/src/audio/output.rs @@ -92,7 +92,6 @@ impl ClientStream { pub fn decode_packet(&mut self, client: ClientStreamKey, payload: VoicePacketPayload) { match payload { VoicePacketPayload::Opus(bytes, _eot) => { - debug!("{:?} {:?}", self.output_channels, opus::packet::get_nb_channels(&bytes)); self.get_client(client).store_packet(bytes); } _ => { |
