1
Fork 0

Remove unreachable code.

This commit is contained in:
Juliusz Chroboczek 2021-06-20 18:40:01 +02:00
parent f89270e874
commit 6143f53ca2
1 changed files with 0 additions and 1 deletions

View File

@ -338,7 +338,6 @@ func newDiskConn(client *Client, directory string, up conn.Up, remoteTracks []co
return nil, errors.New(
"cannot record codec " + codec.MimeType,
)
continue
}
track := &diskTrack{
remote: remote,