Commit 1e7b3cbb authored by obscuren's avatar obscuren

Removed debug log

parent ce07d9bb
package ethchain package ethchain
import ( import (
"fmt"
"github.com/ethereum/eth-go/ethutil" "github.com/ethereum/eth-go/ethutil"
"math/big" "math/big"
) )
...@@ -66,8 +65,6 @@ func MakeContract(tx *Transaction, state *State) *Contract { ...@@ -66,8 +65,6 @@ func MakeContract(tx *Transaction, state *State) *Contract {
state.trie.Update(string(addr), string(contract.RlpEncode())) state.trie.Update(string(addr), string(contract.RlpEncode()))
return contract return contract
} else {
fmt.Println("NO CONTRACT")
} }
return nil return nil
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment