Skip to content

Commit 03553b8

Browse files
gen: remove debug print (#276)
1 parent da37690 commit 03553b8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

gen/gen.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,6 @@ func (g *Generator) FunctionArgs(f Function, o *Object) string {
172172
if arg.Optional {
173173
sb.WriteString("WGPU_NULLABLE ")
174174
}
175-
if arg.Name == "instance_enumerate_adapters_result" {
176-
fmt.Printf("%+v", arg)
177-
}
178175
var typeSuffix string
179176
if arg.Namespace == "" {
180177
typeSuffix = ConstantCase(g.ExtSuffix)

0 commit comments

Comments
 (0)