mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Removed unnecessary print
This commit is contained in:
parent
19ff49b123
commit
ab28e5beaa
1 changed files with 0 additions and 3 deletions
|
|
@ -2,7 +2,6 @@ package utils
|
|||
|
||||
import (
|
||||
"errors"
|
||||
"fmt"
|
||||
"github.com/ByteDream/crunchyroll-go"
|
||||
"sync"
|
||||
)
|
||||
|
|
@ -505,8 +504,6 @@ func (es *EpisodeStructure) GetEpisodeByURL(url string) (*crunchyroll.Episode, e
|
|||
return nil, errors.New("invalid url")
|
||||
}
|
||||
|
||||
fmt.Println(title)
|
||||
|
||||
episodes, err := es.Episodes()
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue