Skip to content

Commit

Permalink
Remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
RobQuistNL committed Nov 16, 2023
1 parent 0b174d5 commit 96737c8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkg/codegen/model.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package codegen

import (
"log"
"sort"
"strings"

Expand Down Expand Up @@ -108,10 +107,6 @@ func (p *Package) Generate(out *Emitter) {
return false
})

for i, decl := range sorted {
log.Printf("Sorted: %+v %+v", i, decl)
}

for i, t := range sorted {
if i > 0 {
out.Newline()
Expand Down

0 comments on commit 96737c8

Please sign in to comment.