mirror of
https://github.com/safing/portbase
synced 2025-09-06 12:40:24 +00:00
Remove debug statement
This commit is contained in:
parent
a5b6129e6f
commit
c6fa7a8b8d
1 changed files with 0 additions and 2 deletions
|
@ -65,8 +65,6 @@ func GetInfo() *Info {
|
||||||
buildSettings[setting.Key] = setting.Value
|
buildSettings[setting.Key] = setting.Value
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Println(buildSettings)
|
|
||||||
|
|
||||||
info = &Info{
|
info = &Info{
|
||||||
Name: name,
|
Name: name,
|
||||||
Version: version,
|
Version: version,
|
||||||
|
|
Loading…
Add table
Reference in a new issue