good morning!!!!

Skip to content
Snippets Groups Projects
Commit 79c89c0b authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

Removed logging

parent 8204e9cd
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ func (vm *Vm) ProcContract(tx *Transaction, block *Block, cb TxCallback) {
Pow256 := BigPow(2, 256)
fmt.Printf("# op arg\n")
//fmt.Printf("# op arg\n")
out:
for {
// The base big int for all calculations. Use this for any results.
......@@ -113,7 +113,7 @@ out:
if !cb(0) { break }
if Debug {
fmt.Printf("%-3d %-4d\n", pc, op)
//fmt.Printf("%-3d %-4d\n", pc, op)
}
switch op {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment