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 1fb33d5 commit a7ebd11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/api/kpm_pkg.go
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ func (pkg *KclPackage) ExportSwaggerV2Spec() (*gen.SwaggerV2Spec, error) {
for _, t := range p {
id := gen.SchemaId(packagePath, t.KclType)
spec.Definitions[id] = gen.GetKclOpenAPIType(packagePath, t.KclType, false)
fmt.Printf("exporting openAPI spec from schema %s\n", id)
}
}
return spec, nil
Expand Down

0 comments on commit a7ebd11

Please sign in to comment.