diff --git a/src/opml/opml_test.go b/src/opml/opml_test.go index 207329c..2086638 100644 --- a/src/opml/opml_test.go +++ b/src/opml/opml_test.go @@ -1,7 +1,6 @@ package opml import ( - "fmt" "reflect" "testing" ) @@ -48,7 +47,6 @@ func TestOPML(t *testing.T) { ` - fmt.Println(have) if !reflect.DeepEqual(want, have) { t.Logf("want: %s", want) t.Logf("have: %s", have)