diff --git a/fileops_test.go b/fileops_test.go index b73e0c1..4bbddc2 100644 --- a/fileops_test.go +++ b/fileops_test.go @@ -8,7 +8,6 @@ package scribe_test import ( - "fmt" "github.com/mozilla/scribe" "strings" "testing" @@ -69,7 +68,6 @@ func TestHasLinePolicy(t *testing.T) { if err != nil { t.Fatalf("scribe.GetResults: %v", err) } - fmt.Println(sres.String()) if stest.ExpectError { if !sres.IsError { t.Fatalf("test %v should have been an error", x)