Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
David Wertenteil committed Jun 7, 2022
1 parent 42151a1 commit cb7c74b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apis/githubapi/apis.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ func (gh *GitHubAPI) GetRepoTree(owner, repo, branch string, headers *Headers) (
return nil, err
}

fmt.Printf("%s\n", []byte(body))
var tree Tree
if err = json.Unmarshal([]byte(body), &tree); err != nil {
return nil, fmt.Errorf("failed to unmarshal response body from '%s', reason: %s", treeAPI, err.Error())
Expand Down

0 comments on commit cb7c74b

Please sign in to comment.