]> xenbits.xensource.com Git - people/gdunlap/xsatool.git/commitdiff
XenRepo: Quieten tagsToVersions
authorGeorge Dunlap <george.dunlap@citrix.com>
Wed, 10 May 2017 13:32:42 +0000 (14:32 +0100)
committerGeorge Dunlap <george.dunlap@citrix.com>
Wed, 10 May 2017 15:54:34 +0000 (16:54 +0100)
Signed-off-by: George Dunlap <george.dunlap@citrix.com>
xen.go

diff --git a/xen.go b/xen.go
index 8ca9df2c7324246a7efe57d9fcc93ab27c4043f3..13570e543fd32d0832a98bacd25510fd5c4a3239 100644 (file)
--- a/xen.go
+++ b/xen.go
@@ -191,8 +191,6 @@ func (xr *XenRepo) tagsToVersions(tags []string) (versions []XenVersionFull, err
                        fv := XenVersionFull(submatch[1])
                        v := fv.XenVersion()
                        if v != "error" {
-                               fmt.Printf("Found fullversion %s (version %s)\n",
-                                       fv, v)
                                versions = append(versions, fv)
                        } else {
                                fmt.Printf("Weird, can't get version from matched fullversion %s\n",