removed unnecessary println and console.log

This commit is contained in:
2024-09-18 14:10:49 -04:00
parent c7694900e3
commit 77dc48fcf2
3 changed files with 0 additions and 4 deletions

View File

@ -257,7 +257,6 @@ func (a *App) SimklSearch(aniListAnime MediaList) SimklAnime {
err := json.Unmarshal(respBody, &anime)
if len(anime) == 0 {
fmt.Println("reached search by mal")
url = "https://api.simkl.com/search/id?mal=" + strconv.Itoa(aniListAnime.Media.IDMal)
respBody = SimklHelper("GET", url, nil)
fmt.Println(string(respBody))