Skip to content

Commit d90aa86

Browse files
committed
deleted useless comment
1 parent 37e95d2 commit d90aa86

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/api/labels.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ var ComposeVersion string
6363
func init() {
6464
v, err := version.NewVersion(internal.Version)
6565
if err == nil {
66-
// We are only interested in the core version (e.g., "1.2.3") from the version string.
6766
ComposeVersion = v.Core().String()
6867
}
6968
}

0 commit comments

Comments
 (0)