Skip to content

Commit fc34541

Browse files
committed
Addressed changes as mentioned in PR comments
Signed-off-by: Horiodino <holiodin@gmail.com>
1 parent ab6e292 commit fc34541

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

catalogd/cmd/catalogd/main.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,6 @@ func run(ctx context.Context, cfg *config) error {
172172
}
173173
}
174174

175-
if err := validateTLSConfig(cfg); err != nil {
176-
return err
177-
}
178-
179175
protocol := "http://"
180176
if cfg.certFile != "" && cfg.keyFile != "" {
181177
protocol = "https://"

0 commit comments

Comments
 (0)