aboutsummaryrefslogtreecommitdiffstats
path: root/binapigen/vppapi/integration_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'binapigen/vppapi/integration_test.go')
-rw-r--r--binapigen/vppapi/integration_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/binapigen/vppapi/integration_test.go b/binapigen/vppapi/integration_test.go
index 142017a..9d619b8 100644
--- a/binapigen/vppapi/integration_test.go
+++ b/binapigen/vppapi/integration_test.go
@@ -30,7 +30,6 @@ func TestParse(t *testing.T) {
}
for _, file := range files {
- //t.Logf(" - %s: %+v", path, module)
b, err := json.MarshalIndent(file, "\t", " ")
if err != nil {
t.Fatal(err)
@@ -39,5 +38,4 @@ func TestParse(t *testing.T) {
}
t.Logf("parsed %d files", len(files))
-
}