remove debug

This commit is contained in:
Sergey Cherepanov 2023-05-19 22:18:39 +02:00 committed by Mikhail Iudin
parent 8c84ab9b31
commit 3d2005833b
No known key found for this signature in database
GPG Key ID: FAAAA8BAABDFF1C0

View File

@ -322,7 +322,6 @@ var onceVersion sync.Once
func (app *App) AnySyncVersion() string {
onceVersion.Do(func() {
fmt.Println("111")
info, ok := debug.ReadBuildInfo()
if ok {
for _, mod := range info.Deps {