Skip to content

Commit

Permalink
remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
alaingilbert committed Aug 20, 2022
1 parent 29d05da commit d70c8ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/wrapper/ogame.go
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,6 @@ func postSessions(b *OGame, lobby, username, password, otpSecret string) (out *G
}
cookies = append(cookies, cookie)
b.client.Jar.SetCookies(u, cookies)
fmt.Println("bearer", out.Token)
b.bearerToken = out.Token
return out, nil
}
Expand Down

0 comments on commit d70c8ae

Please sign in to comment.