Remove debug statement

This commit is contained in:
Daniel 2024-04-11 15:11:07 +02:00
parent a5b6129e6f
commit c6fa7a8b8d

View file

@ -65,8 +65,6 @@ func GetInfo() *Info {
buildSettings[setting.Key] = setting.Value
}
fmt.Println(buildSettings)
info = &Info{
Name: name,
Version: version,