remove debug

This commit is contained in:
Sergey Cherepanov 2023-05-19 22:18:39 +02:00
parent 190d48b430
commit 014d8d72df
No known key found for this signature in database
GPG Key ID: 87F8EDE8FBDF637C

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 {