Skip to content

Commit 61748ab

Browse files
committed
Remove debug statement
1 parent da49890 commit 61748ab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/github/repositories.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1405,7 +1405,6 @@ func PushFiles(t translations.TranslationHelperFunc) inventory.ServerTool {
14051405
}
14061406

14071407
// Update the reference to point to the new commit
1408-
fmt.Printf("=================== ref: %v", ref)
14091408
ref.Object.SHA = newCommit.SHA
14101409
updatedRef, resp, err := client.Git.UpdateRef(ctx, owner, repo, *ref.Ref, github.UpdateRef{
14111410
SHA: *newCommit.SHA,

0 commit comments

Comments
 (0)