Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
tedim52 committed Oct 8, 2024
1 parent 36de217 commit 90b4b4f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kontrol-service/api/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,12 +192,10 @@ func (sv *Server) PostTenantUuidFlowCreate(_ context.Context, request api.PostTe
envVarOverrides := map[string]string{}
if serviceUpdate.EnvVarOverrides != nil {
envVarOverrides = *serviceUpdate.EnvVarOverrides
logrus.Infof("ENV VAR OVERRIDES: %v", envVarOverrides)
}
secretEnvVarOverrides := map[string]string{}
if serviceUpdate.SecretEnvVarOverrides != nil {
secretEnvVarOverrides = *serviceUpdate.SecretEnvVarOverrides
logrus.Infof("SECRET ENV VAR OVERRIDES: %v", secretEnvVarOverrides)
}
patch := flow_spec.ServicePatchSpec{
Service: serviceUpdate.ServiceName,
Expand Down

0 comments on commit 90b4b4f

Please sign in to comment.