Skip to content

Commit

Permalink
chore: removes dead code
Browse files Browse the repository at this point in the history
reported bug instead #617
  • Loading branch information
bartoszmajsak committed Oct 6, 2023
1 parent 7ed09d5 commit 290f1b1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pkg/servicemesh/servicemesh_setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,6 @@ func (s *ServiceMeshInitializer) Prepare() error {
return errors.New(reason)
}

// TODO rework how this should be handled (reverse control - component calls it instead?)
/*
if err := s.addOssmEnvFile("USE_ISTIO", "true", "ISTIO_GATEWAY", fmt.Sprintf("%s/%s", pluginSpec.AppNamespace, "odh-gateway")); err != nil {
return errors.WithStack(err)
}
*/

return s.defineFeatures(s)
}

Expand Down

0 comments on commit 290f1b1

Please sign in to comment.