deleted useless comment

Signed-off-by: keitosuwahara <keitosuwahara0816@gmail.com>
This commit is contained in:
keitosuwahara 2025-07-27 02:30:48 +09:00 committed by Nicolas De loof
parent cab2c2a44e
commit e37ac04329

View File

@ -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()
}
}