diff options
Diffstat (limited to 'log/format.go')
-rw-r--r-- | log/format.go | 1 |
1 files changed, 0 insertions, 1 deletions
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 |