Skip to content

Commit e37ac04

Browse files
suwakeindeloof
authored andcommitted
deleted useless comment
Signed-off-by: keitosuwahara <[email protected]>
1 parent cab2c2a commit e37ac04

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)