Skip to content

Commit 5d77104

Browse files
author
Youngjin Jo
committed
chore: remove print line
Signed-off-by: Youngjin Jo <[email protected]>
1 parent 12c2ee2 commit 5d77104

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

cmd/common/fetchService.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -236,12 +236,6 @@ func FetchService(serviceName string, verb string, resourceName string, options
236236
defer refClient.Reset()
237237

238238
// Call the service
239-
fmt.Println("serviceName:", serviceName)
240-
fmt.Println("verb:", verb)
241-
fmt.Println("resourceName:", resourceName)
242-
fmt.Println("apiEndpoint:", apiEndpoint)
243-
fmt.Println("identityEndpoint:", identityEndpoint)
244-
fmt.Println("hasIdentityService:", hasIdentityService)
245239
jsonBytes, err := fetchJSONResponse(config, serviceName, verb, resourceName, options, apiEndpoint, identityEndpoint, hasIdentityService)
246240
if err != nil {
247241
// Check if the error is about missing required parameters

0 commit comments

Comments
 (0)