style: remove doubled debug message

This commit is contained in:
knoflook 2021-09-24 11:05:49 +02:00
parent e840328e44
commit 22c4d0d864
Signed by: knoflook
GPG Key ID: D6A1D0E8FC4FEF1C
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ This is step 1 of upgrading a recipe. Step 2 is running "abra recipe sync
if err != nil {
logrus.Fatal(err)
}
logrus.Debugf("read '%s' from the recipe catalogue for '%s'", catlVersions, service.Name)
img, err := reference.ParseNormalizedNamed(service.Image)
if err != nil {