Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan committed Aug 6, 2019
1 parent 6d2d77f commit f566484
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/shared/shared.go
Original file line number Diff line number Diff line change
Expand Up @@ -543,8 +543,6 @@ func GetAsyncEntity(entityURL string, wg *sync.WaitGroup, mu *sync.Mutex) {
defer wg.Done()
var respBody []byte

//u, _ := url.Parse(BaseURL)
//u.Path = path.Join(u.Path, RootArgs.Org, entityType, entityName)
//don't print to sysout
respBody, err := HttpClient(false, entityURL)

Expand Down

0 comments on commit f566484

Please sign in to comment.