Skip to content

Commit 7443281

Browse files
committed
Revert debug code
Signed-off-by: Takeshi Yoneda <[email protected]>
1 parent 23e8fbc commit 7443281

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/e2e/util/data.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ func GetCategoryLanguageCombinations() []CategoryLanguageTuple {
3737
tuples := make([]CategoryLanguageTuple, 0)
3838
for _, category := range extension.Categories {
3939
for _, language := range extension.Languages {
40-
if language != "tinygo" {
41-
continue
42-
}
4340
tuples = append(tuples, CategoryLanguageTuple{category, language})
4441
}
4542
}

0 commit comments

Comments
 (0)