Skip to content

Commit

Permalink
sytle(generate): remove verbose log
Browse files Browse the repository at this point in the history
  • Loading branch information
tr1v3r committed Dec 30, 2021
1 parent 39afa8e commit 3f9c6e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,6 @@ func (g *Generator) generateSingleQueryFile(data *genInfo) (err error) {
"StructPkgPath": structPkgPath,
"ImportPkgPaths": data.ImportPkgPaths,
})
fmt.Println(buf.String())
if err != nil {
return err
}
Expand Down

0 comments on commit 3f9c6e6

Please sign in to comment.