game: remove log of credentials

This commit is contained in:
IRHM
2024-02-10 15:56:35 +00:00
parent 5585053b85
commit bf0b4fbb6a
+1 -1
View File
@@ -156,7 +156,7 @@ func (i *IGDB) Init() error {
slog.Error("IGDB init client id and or secret not provided")
return errors.New("client id and or secret not provided")
}
slog.Debug("IGDB init running.", "client_id", *i.ClientID, "client_secret", *i.ClientSecret)
slog.Debug("IGDB init running.")
ctx, cancel := context.WithCancel(context.Background())
tokenRefreshJobCancel = cancel
// Get and set first token if needed