Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
small fix: remove unused code.
Browse files Browse the repository at this point in the history
  • Loading branch information
yegle committed Aug 29, 2020
1 parent 4b5b4fb commit 3c3afab
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions pkg/config/e2e_runner_server_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,3 @@ func NewE2ERunnerConfig(ctx context.Context) (*E2ERunnerConfig, error) {
func (c *E2ERunnerConfig) Validate() error {
return nil
}

func (c *E2ERunnerConfig) ToEnv() []string {
return []string{
"VERIFICATION_ADMIN_API=" + c.VerificationAdminAPIServer,
"VERIFICATION_ADMIN_API_KEY=" + c.VerificationAdminAPIKey,
"VERIFICATION_SERVER_API=" + c.VerificationAPIServer,
"VERIFICATION_SERVER_API_KEY=" + c.VerificationAPIServerKey,
"KEY_SERVER=" + c.KeyServer,
"HEALTH_AUTHORITY_CODE=" + c.HealthAuthorityCode,
}
}

0 comments on commit 3c3afab

Please sign in to comment.