diff --git a/ethlog/loggers_test.go b/ethlog/loggers_test.go index a9b1463e7..2b0d1fb1d 100644 --- a/ethlog/loggers_test.go +++ b/ethlog/loggers_test.go @@ -54,7 +54,6 @@ func TestLoggerPrintln(t *testing.T) { Flush() Reset() output := testLogSystem.Output - fmt.Println(quote(output)) if output != "[TEST] error\n[TEST] warn\n" { t.Error("Expected logger output '[TEST] error\\n[TEST] warn\\n', got ", output) }