Commit 1e7b3cbb authored by obscuren's avatar obscuren

Removed debug log

parent ce07d9bb
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
......
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