diff --git a/importer/importer_test.go b/importer/importer_test.go index 3a6fa0e2..88346c41 100644 --- a/importer/importer_test.go +++ b/importer/importer_test.go @@ -1,7 +1,6 @@ package importer import ( - "bytes" "flag" "fmt" "io" @@ -221,12 +220,6 @@ func TestImportBlocks(t *testing.T) { stateDB.Prepare(tx.Hash(), block.Hash(), i) - txHash := tx.Hash() - if bytes.Equal(txHash[:], ethcmn.FromHex("0xc438cfcc3b74a28741bda361032f1c6362c34aa0e1cedff693f31ec7d6a12717")) { - vmConfig.Tracer = ethvm.NewStructLogger(ðvm.LogConfig{}) - vmConfig.Debug = true - } - _, _, err = ethcore.ApplyTransaction( chainConfig, chainContext, nil, gp, stateDB, header, tx, usedGas, vmConfig, )