diff --git a/Makefile b/Makefile index 57c73a40..49e29854 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,7 @@ cover: count: @find \ + ./pkg \ ./*.go \ ./cmd \ -name '*.go' \ diff --git a/pkg/wrapper/ogame.go b/pkg/wrapper/ogame.go index f5aa318d..56f78729 100644 --- a/pkg/wrapper/ogame.go +++ b/pkg/wrapper/ogame.go @@ -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 }