Removed debug print

This commit is contained in:
Wijnand Modderman-Lenstra 2015-12-13 21:54:17 +01:00
parent ff51bb1dbd
commit 70db2504f9

View file

@ -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
} }