diff --git a/MALUserFunctions.go b/MALUserFunctions.go index 24c837f..d2ddcb3 100644 --- a/MALUserFunctions.go +++ b/MALUserFunctions.go @@ -71,7 +71,6 @@ func (v *CodeVerifier) CodeChallengeS256() string { } func (a *App) CheckIfMyAnimeListLoggedIn() bool { - fmt.Println("check function reached") if (MyAnimeListJWT{} == myAnimeListJwt) { tokenType, tokenErr := myAnimeListRing.Get("MyAnimeListTokenType") expiresIn, expiresInErr := myAnimeListRing.Get("MyAnimeListExpiresIn") @@ -96,7 +95,6 @@ func (a *App) CheckIfMyAnimeListLoggedIn() bool { } func (a *App) MyAnimeListLogin() { - fmt.Println("login function reached") if !a.CheckIfMyAnimeListLoggedIn() { fmt.Println("check logged in function failed") tokenType, tokenErr := myAnimeListRing.Get("MyAnimeListTokenType")