From 053d5552abdbc4cf41376149b141e24a01713e5a Mon Sep 17 00:00:00 2001 From: obscuren Date: Sat, 4 Apr 2015 23:04:19 +0200 Subject: Updated logging --- miner/miner.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'miner/miner.go') diff --git a/miner/miner.go b/miner/miner.go index cf84c11f3..581de9674 100644 --- a/miner/miner.go +++ b/miner/miner.go @@ -6,12 +6,9 @@ import ( "github.com/ethereum/ethash" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core" - "github.com/ethereum/go-ethereum/logger" "github.com/ethereum/go-ethereum/pow" ) -var minerlogger = logger.NewLogger("MINER") - type Miner struct { worker *worker -- cgit v1.2.3