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 7, 2024
1 parent cd23c46 commit b63cbcd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kontrol-service/engine/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ func GenerateProdOnlyCluster(
func GenerateProdDevCluster(baseClusterTopologyMaybeWithTemplateOverrides *resolved.ClusterTopology, baseTopology *resolved.ClusterTopology, pluginRunner *plugins.PluginRunner, flowSpec flow_spec.FlowPatchSpec) (*resolved.ClusterTopology, error) {
patches := []flow_spec.ServicePatch{}
for _, item := range flowSpec.ServicePatches {
logrus.Infof("ITEM: %v", item)
devServiceName := item.Service
devService, err := baseClusterTopologyMaybeWithTemplateOverrides.GetService(devServiceName)
if err != nil {
Expand Down

0 comments on commit b63cbcd

Please sign in to comment.