Commit 6143f53c authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Remove unreachable code.

parent f89270e8
...@@ -338,7 +338,6 @@ func newDiskConn(client *Client, directory string, up conn.Up, remoteTracks []co ...@@ -338,7 +338,6 @@ func newDiskConn(client *Client, directory string, up conn.Up, remoteTracks []co
return nil, errors.New( return nil, errors.New(
"cannot record codec " + codec.MimeType, "cannot record codec " + codec.MimeType,
) )
continue
} }
track := &diskTrack{ track := &diskTrack{
remote: remote, remote: remote,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment