This commit is contained in:
Alexander Wang 2023-03-14 10:11:25 -07:00
parent 3cc011fd96
commit 28be78b047
No known key found for this signature in database
GPG key ID: D89FA31966BDBECE

View file

@ -3,8 +3,6 @@ package e2etests
import ( import (
_ "embed" _ "embed"
"testing" "testing"
"github.com/davecgh/go-spew/spew"
) )
func testPatterns(t *testing.T) { func testPatterns(t *testing.T) {
@ -158,7 +156,6 @@ NETWORK: {
for i := range tcs { for i := range tcs {
tcs[i].justDagre = true tcs[i].justDagre = true
spew.Dump(tcs[i].justDagre)
} }
runa(t, tcs) runa(t, tcs)