Skip to content

Commit

Permalink
chore: remove un-used logs
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <xpf6677@163.com>
  • Loading branch information
Peefy committed Jul 30, 2024
1 parent c647f95 commit 1b4ecc9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/tools/gen/genopenapi.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ func ExportSwaggerV2Spec(path string) (*SwaggerV2Spec, error) {
for _, t := range p {
id := SchemaId(packagePath, t.KclType)
spec.Definitions[id] = GetKclOpenAPIType(packagePath, t.KclType, false)
fmt.Printf("exporting openAPI spec from schema %s\n", id)
}
}
return spec, nil
Expand Down

0 comments on commit 1b4ecc9

Please sign in to comment.