Skip to content

Commit 999dbd6

Browse files
- Tidy.
1 parent ca733c9 commit 999dbd6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/stackql/cmd/root.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ func init() {
142142
"",
143143
fmt.Sprintf(`openapi registry context keyvals in json form, eg: '{ "url": "%s" }'.`, defaultRegistryURLString),
144144
)
145-
fmt.Fprintf(os.Stderr, "Init: RegistryRaw: %s\n", runtimeCtx.RegistryRaw) //nolint:forbidigo // legacy
146145
rootCmd.PersistentFlags().BoolVar(&runtimeCtx.HTTPLogEnabled, dto.HTTPLogEnabledKey, false, "Display http request info in terminal")
147146
rootCmd.PersistentFlags().IntVar(&runtimeCtx.HTTPMaxResults, dto.HTTPMaxResultsKey, -1, "Max results per http request, any number <=0 results in no limitation")
148147
rootCmd.PersistentFlags().IntVar(&runtimeCtx.HTTPPageLimit, dto.HTTPPAgeLimitKey, 20, "Max pages of results that will be returned per resource, any number <=0 results in no limitation") //nolint:mnd // TODO: investigate

0 commit comments

Comments
 (0)