Skip to content

Commit

Permalink
fix: delete debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
EZ4Jam1n committed Sep 12, 2024
1 parent 36a0f26 commit e81b1f9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions thrift-gen-rpc-swagger/generator/openapi_gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
package generator

import (
"fmt"
"os"
"path/filepath"
"regexp"
"sort"
Expand Down Expand Up @@ -317,7 +315,6 @@ func (g *OpenAPIGenerator) buildOperation(
},
})
}
fmt.Fprintf(os.Stderr, "haha:", g.filterCommentString(inputDesc.Comments))

if len(additionalProperties) > 0 {
RequestBody = &openapi.RequestBodyOrReference{
Expand Down

0 comments on commit e81b1f9

Please sign in to comment.