From 567d41d9363706b4b13ce0903804e8acf214af49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Sun, 5 Mar 2017 20:00:01 +0200 Subject: all: swap out the C++ ethash to the pure Go one (mining todo) --- log/format.go | 1 - 1 file changed, 1 deletion(-) (limited to 'log/format.go') diff --git a/log/format.go b/log/format.go index c44ea8ed4..e315b5237 100644 --- a/log/format.go +++ b/log/format.go @@ -23,7 +23,6 @@ const ( // locationTrims are trimmed for display to avoid unwieldy log lines. var locationTrims = []string{ "github.com/ethereum/go-ethereum/", - "github.com/ethereum/ethash/", } // PrintOrigins sets or unsets log location (file:line) printing for terminal -- cgit v1.2.3