We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaad57b commit 0d9d4c1Copy full SHA for 0d9d4c1
cns/restserver/internalapi.go
@@ -699,7 +699,6 @@ func (service *HTTPRestService) GetIMDSNCVersions(ctx context.Context) (map[stri
699
}
700
701
if !swiftV2Support {
702
- logger.Printf("[GetIMDSNCVersions] SwiftV2 API not supported, returning empty NC versions map")
703
return make(map[string]string), nil
704
705
0 commit comments