Browse Source

deleted useless comment

Signed-off-by: keitosuwahara <[email protected]>
keitosuwahara 4 months ago
parent
commit
e37ac04329
1 changed files with 0 additions and 1 deletions
  1. 0 1
      pkg/api/labels.go

+ 0 - 1
pkg/api/labels.go

@@ -63,7 +63,6 @@ var ComposeVersion string
 func init() {
 	v, err := version.NewVersion(internal.Version)
 	if err == nil {
-		// We are only interested in the core version (e.g., "1.2.3") from the version string.
 		ComposeVersion = v.Core().String()
 	}
 }