Skip to content

Commit

Permalink
Merge pull request #1114 from O-sura/test-branch
Browse files Browse the repository at this point in the history
Removing unwanted print statement
  • Loading branch information
CrowleyRajapakse authored Mar 29, 2024
2 parents cc539fe + 5d4ad59 commit d6e955e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apim-apk-agent/pkg/transformer/transformer.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ func GenerateAPKConf(APIJson string, certArtifact CertificateArtifact, organizat
}

apiYamlData := apiYaml.Data
logger.LoggerTransformer.Infof("New Data: %+v", apiYamlData.EndpointConfig.EndpointSecurity)

apk.Name = apiYamlData.Name
apk.Context = apiYamlData.Context
Expand Down

0 comments on commit d6e955e

Please sign in to comment.