aboutsummaryrefslogtreecommitdiffstats
path: root/log
diff options
context:
space:
mode:
Diffstat (limited to 'log')
-rw-r--r--log/format.go1
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