forked from cerc-io/plugeth
Removed debug log
This commit is contained in:
parent
ce07d9bb4c
commit
1e7b3cbb13
@ -1,7 +1,6 @@
|
||||
package ethchain
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/ethereum/eth-go/ethutil"
|
||||
"math/big"
|
||||
)
|
||||
@ -66,8 +65,6 @@ func MakeContract(tx *Transaction, state *State) *Contract {
|
||||
state.trie.Update(string(addr), string(contract.RlpEncode()))
|
||||
|
||||
return contract
|
||||
} else {
|
||||
fmt.Println("NO CONTRACT")
|
||||
}
|
||||
|
||||
return nil
|
||||
|
Loading…
Reference in New Issue
Block a user