Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Bachschwell <lukas@lbsfilm.at>
  • Loading branch information
s00500 committed May 16, 2021
1 parent fdf3b36 commit 2216eb9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ func main() {

go func() {
log.Infof("connecting to device on %d.%d", dev.Desc.Bus, dev.Desc.Address)
log.Infof("%T", sink)
if fifosink, ok := sink.(*FifoSink); ok {
fifosink.Path = fmt.Sprintf("stream%d-%d.fifo", dev.Desc.Bus, dev.Desc.Address)
openStream(dev, fifosink)
Expand Down

0 comments on commit 2216eb9

Please sign in to comment.