quiet down to go test for markdown generation

We were printing the markdown, don't ask me why.
This commit is contained in:
Eric Paris 2015-04-28 10:42:03 -04:00
parent af6b555418
commit a112838e26

View file

@ -59,6 +59,4 @@ func TestGenMdDoc(t *testing.T) {
if !strings.Contains(found, expected) {
t.Errorf("Unexpected response.\nExpecting to contain: \n %q\nGot:\n %q\n", expected, found)
}
fmt.Fprintf(os.Stdout, "%s\n", found)
}