diff --git a/guessit.go b/guessit.go index d52dfef..a9a6fe2 100644 --- a/guessit.go +++ b/guessit.go @@ -42,7 +42,6 @@ type Match struct { } func (u *Match) UnmarshalJSON(data []byte) error { - fmt.Println(u) type Alias Match aux := &struct { AudioCodec interface{} `json:"audio_codec,omitempty"`