File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,6 @@ func removeDescriptionFromMetadataProps(v *apiext.JSONSchemaProps) {
197
197
if m , ok := v .Properties ["metadata" ]; ok {
198
198
meta := & m
199
199
if meta .Description != "" {
200
- fmt .Fprintf (os .Stderr , "Warning: metadata description unsupported. Removing description: %s\n " , meta .Description )
201
200
meta .Description = ""
202
201
v .Properties ["metadata" ] = m
203
202
@@ -220,7 +219,6 @@ func removeDescriptionFromMetadataPropsLegacy(v *apiextlegacy.JSONSchemaProps) {
220
219
if m , ok := v .Properties ["metadata" ]; ok {
221
220
meta := & m
222
221
if meta .Description != "" {
223
- fmt .Fprintf (os .Stderr , "Warning: metadata description unsupported. Removing description: %s\n " , meta .Description )
224
222
meta .Description = ""
225
223
v .Properties ["metadata" ] = m
226
224
You can’t perform that action at this time.
0 commit comments