From ea5af73901bd1983045da24d30c5c288c3ce071a Mon Sep 17 00:00:00 2001 From: Nazar Kanaev Date: Thu, 18 Mar 2021 23:15:00 +0000 Subject: [PATCH] remove print --- src/opml/opml_test.go | 2 -- 1 file changed, 2 deletions(-) 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)