Remove debug message

This commit is contained in:
Nonoo 2020-10-25 20:43:44 +01:00
parent a99478f297
commit cec92f6fd8

View file

@ -116,7 +116,6 @@ func (s *audioStream) loop() {
case e := <-s.rxSeqBufEntryChan:
s.handleRxSeqBufEntry(e)
case d := <-s.audio.rec:
log.Print(len(d))
if err := s.sendPart1(d[:1364]); err != nil {
reportError(err)
}