mirror of
https://github.com/jech/galene.git
synced 2024-11-09 02:05:59 +01:00
Remove unreachable code.
This commit is contained in:
parent
f89270e874
commit
6143f53ca2
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue