Remove unused log import.

This commit is contained in:
Joel Burget 2017-10-16 12:21:18 -04:00
parent 7697641390
commit cc95f137a4
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@ import (
"github.com/ethereum/go-ethereum/consensus/misc"
"github.com/ethereum/go-ethereum/core/state"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/log"
"github.com/ethereum/go-ethereum/params"
set "gopkg.in/fatih/set.v0"
)