mirror of
https://github.com/nonoo/kappanhang.git
synced 2026-01-07 17:29:57 +01:00
Remove debug message
This commit is contained in:
parent
a99478f297
commit
cec92f6fd8
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue