From 7ccc4b4c08933e9f5135721a0a5a312116a78c7f Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 2 Feb 2023 21:00:31 +0100 Subject: [PATCH] fix: woops, remove that print statement --- pkg/recipe/recipe.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/recipe/recipe.go b/pkg/recipe/recipe.go index bc6e0d81..4782bccb 100644 --- a/pkg/recipe/recipe.go +++ b/pkg/recipe/recipe.go @@ -617,7 +617,6 @@ func EnsureUpToDate(recipeName string) error { return err } - fmt.Println(branch) fetchOpts := &git.FetchOptions{ Tags: git.AllTags, RefSpecs: []gitConfig.RefSpec{