From dac128a029ee8d80d4ebdad64b24506c03d55e63 Mon Sep 17 00:00:00 2001
From: Felix Lange <fjl@twurst.com>
Date: Tue, 14 Oct 2014 14:31:33 +0200
Subject: ethlog: fix test compilation error

---
 ethlog/loggers_test.go | 1 -
 1 file changed, 1 deletion(-)

(limited to 'ethlog')

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)
 	}
-- 
cgit v1.2.3