Skip to content

Commit 0466234

Browse files
committed
wit/bindgen: oops
1 parent f156cf9 commit 0466234

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

wit/wit.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,6 @@ func (w *World) WIT(ctx Node, name string) string {
259259
n := 0
260260
w.Imports.All()(func(name string, i WorldItem) bool {
261261
if filter.filter(i) {
262-
print("!")
263262
return true
264263
}
265264
if f, ok := i.(*Function); ok {
@@ -277,7 +276,6 @@ func (w *World) WIT(ctx Node, name string) string {
277276
})
278277
w.Exports.All()(func(name string, i WorldItem) bool {
279278
if filter.filter(i) {
280-
print("!")
281279
return true
282280
}
283281
if n == 0 {

0 commit comments

Comments
 (0)