Skip to content

Commit 5547ac0

Browse files
committed
wit/bindgen: remove debug printf
1 parent 04cb75f commit 5547ac0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

wit/bindgen/generator.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,11 +391,10 @@ func (g *generator) defineAnonymousType(file *gen.File, dir wit.Direction, t wit
391391

392392
switch td.Kind.(type) {
393393
case *wit.Result:
394-
println("!")
395394
g.declareTypeDef(abiFile, dir, td, g.typeDefGoName(dir, td))
396395
return g.defineTypeDef(dir, td, "")
397396
default:
398-
fmt.Printf("td.Kind.(type) = %T\n", td.Kind)
397+
// fmt.Printf("td.Kind.(type) = %T\n", td.Kind)
399398
}
400399

401400
return nil

0 commit comments

Comments
 (0)