Skip to content

Commit f4ad9bb

Browse files
committed
Remove debugging print
Signed-off-by: dwertent <david.wertenteil@kaleido.io>
1 parent 7bb7312 commit f4ad9bb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pkg/ffapi/openapi3.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -389,9 +389,6 @@ func (sg *SwaggerGen) addFilters(ctx context.Context, route *Route, op *openapi3
389389
func (sg *SwaggerGen) addRoute(ctx context.Context, doc *openapi3.T, route *Route) {
390390
var routeDescription string
391391
pi := sg.getPathItem(doc, route.Path)
392-
if route.Path == "" {
393-
fmt.Println("route.Path is empty")
394-
}
395392
if route.PreTranslatedDescription != "" {
396393
routeDescription = route.PreTranslatedDescription
397394
} else {

0 commit comments

Comments
 (0)