fix: woops, remove that print statement
continuous-integration/drone/push Build is failing Details

This commit is contained in:
decentral1se 2023-02-02 21:00:31 +01:00
parent ef4df35995
commit 7ccc4b4c08
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 0 additions and 1 deletions

View File

@ -617,7 +617,6 @@ func EnsureUpToDate(recipeName string) error {
return err
}
fmt.Println(branch)
fetchOpts := &git.FetchOptions{
Tags: git.AllTags,
RefSpecs: []gitConfig.RefSpec{