Removed debug print
This commit is contained in:
parent
ff51bb1dbd
commit
70db2504f9
1 changed files with 0 additions and 1 deletions
|
@ -67,7 +67,6 @@ func main() {
|
||||||
log.Printf("error decoding AMBE3000 frame: %v\n", err)
|
log.Printf("error decoding AMBE3000 frame: %v\n", err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
fmt.Printf("%v\n", samples)
|
|
||||||
for _, sample := range samples {
|
for _, sample := range samples {
|
||||||
ambeframe <- sample
|
ambeframe <- sample
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue