Skip to content

Commit

Permalink
remove extraneous comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-eng committed Feb 10, 2020
1 parent 84d795e commit 08dfd5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,6 @@ func decode(buf *bytes.Buffer, strict bool, customDecoders []CustomDecoder) (Pla

switch state.listType {
case MASTER:
// Sam: Do something to handle variants and their alternatives
master.setAlternatives(state)
return master, MASTER, nil
case MEDIA:
Expand Down

0 comments on commit 08dfd5c

Please sign in to comment.