Skip to content

Commit 23fb52f

Browse files
committed
chore: remove internal process comment from cmdutil.go
1 parent 241adf9 commit 23fb52f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/cmd/cmdutil.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ func getDefaultRequestOptions(cmd *cli.Command) []option.RequestOption {
2727
option.WithHeader("User-Agent", fmt.Sprintf("Hypeman/CLI %s", Version)),
2828
}
2929

30-
// Use the same resolvers as WebSocket commands for consistent precedence
3130
if baseURL := resolveBaseURL(cmd); baseURL != "" {
3231
opts = append(opts, option.WithBaseURL(baseURL))
3332
}

0 commit comments

Comments
 (0)