mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12: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 (
|
import (
|
||||||
"errors"
|
"errors"
|
||||||
"fmt"
|
|
||||||
"github.com/ByteDream/crunchyroll-go"
|
"github.com/ByteDream/crunchyroll-go"
|
||||||
"sync"
|
"sync"
|
||||||
)
|
)
|
||||||
|
|
@ -505,8 +504,6 @@ func (es *EpisodeStructure) GetEpisodeByURL(url string) (*crunchyroll.Episode, e
|
||||||
return nil, errors.New("invalid url")
|
return nil, errors.New("invalid url")
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Println(title)
|
|
||||||
|
|
||||||
episodes, err := es.Episodes()
|
episodes, err := es.Episodes()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue