Skip to content

Commit 0a77f0d

Browse files
committed
fix: remove debug logging
1 parent f9ee821 commit 0a77f0d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pkg/cmd/build.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -777,15 +777,9 @@ func getAPICommandContextWithWorkspaceDefaults(cmd *cli.Command) (*apiCommandCon
777777
// Get the directory containing the workspace config file
778778
configDir := filepath.Dir(config.ConfigPath)
779779

780-
println("WTF " + strings.Join(names, ","))
781780
if slices.Contains(names, "openapi-spec") && !cmd.IsSet("openapi-spec") && config.OpenAPISpec != "" {
782781
// Set OpenAPI spec path relative to workspace config directory
783782
openAPIPath := filepath.Join(configDir, config.OpenAPISpec)
784-
println()
785-
println(openAPIPath)
786-
println()
787-
println()
788-
println()
789783
cmd.Set("openapi-spec", openAPIPath)
790784
}
791785

0 commit comments

Comments
 (0)