mirror of
https://github.com/taigrr/wails.git
synced 2026-04-14 02:48:21 -07:00
remove debug info
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
package parser
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"go/token"
|
||||
|
||||
"github.com/davecgh/go-spew/spew"
|
||||
"github.com/leaanthony/slicer"
|
||||
"github.com/pkg/errors"
|
||||
"golang.org/x/tools/go/packages"
|
||||
@@ -56,10 +54,6 @@ func (p *Parser) ParseProject(dir string) error {
|
||||
return err
|
||||
}
|
||||
|
||||
spew.Dump(p.BoundStructs)
|
||||
println("******* Parsed Structs *******")
|
||||
fmt.Printf("%+v\n", p.parsedStructs)
|
||||
|
||||
return err
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user