mirror of
https://github.com/taigrr/wails.git
synced 2026-04-13 10:28:13 -07:00
remove the spew
This commit is contained in:
@@ -3,7 +3,6 @@ package parser
|
||||
import (
|
||||
"go/token"
|
||||
|
||||
"github.com/davecgh/go-spew/spew"
|
||||
"github.com/pkg/errors"
|
||||
"golang.org/x/tools/go/packages"
|
||||
)
|
||||
@@ -57,8 +56,6 @@ func (p *Parser) ParseProject(dir string) error {
|
||||
// We do this because some packages may have the same name
|
||||
p.resolvePackageNames()
|
||||
|
||||
spew.Dump(p.packages)
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user