Przeglądaj źródła

deleted useless comment

Signed-off-by: keitosuwahara <[email protected]>
keitosuwahara 5 miesięcy temu
rodzic
commit
e37ac04329
1 zmienionych plików z 0 dodań i 1 usunięć
  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()
 	}
 }