Skip to content

Commit

Permalink
Remove debug print statement in stringifyVarSpecs
Browse files Browse the repository at this point in the history
  • Loading branch information
koki-develop committed Mar 6, 2024
1 parent f772b9a commit 3240d41
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/mingo/decl.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,6 @@ func (m *mingo) stringifyVarSpecs(specs []*ast.ValueSpec) string {
}

for i, spec := range specs {
fmt.Printf("comment: %#v\n", spec.Comment)

if i > 0 {
sb.WriteString(";")
}
Expand Down

0 comments on commit 3240d41

Please sign in to comment.