removed println from simkl body
This commit is contained in:
		@@ -262,7 +262,6 @@ func (a *App) SimklSearch(aniListAnime MediaList) SimklAnime {
 | 
			
		||||
		if len(anime) == 0 {
 | 
			
		||||
			url = "https://api.simkl.com/search/id?mal=" + strconv.Itoa(aniListAnime.Media.IDMal)
 | 
			
		||||
			respBody = SimklHelper("GET", url, nil)
 | 
			
		||||
			fmt.Println(string(respBody))
 | 
			
		||||
			err = json.Unmarshal(respBody, &anime)
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user