Skip to content

Commit fbc8357

Browse files
committed
remove comment
1 parent 152098b commit fbc8357

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/proxy/proxy.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ func New(config Configuration, statsdClient *statsd.Client) (*SSOProxy, error) {
2828
}
2929

3030
hostRouter := hostmux.NewRouter()
31-
// TODO: handle upstream configs
3231
for _, upstreamConfig := range config.UpstreamConfigs.upstreamConfigs {
3332
provider, err := newProvider(
3433
config.ClientConfig,

0 commit comments

Comments
 (0)