good morning!!!!

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

Removed debug print

parent d69db6e6
Branches
Tags
No related merge requests found
...@@ -91,7 +91,6 @@ out: ...@@ -91,7 +91,6 @@ out:
tf := new(big.Int).Add(fee, fee2) tf := new(big.Int).Add(fee, fee2)
if contract.Amount.Cmp(tf) < 0 { if contract.Amount.Cmp(tf) < 0 {
fmt.Println("Contract fee", ContractFee)
fmt.Println("Insufficient fees to continue running the contract", tf, contract.Amount) fmt.Println("Insufficient fees to continue running the contract", tf, contract.Amount)
break break
} }
...@@ -392,7 +391,7 @@ out: ...@@ -392,7 +391,7 @@ out:
fmt.Printf("Invalid OPCODE: %x\n", op) fmt.Printf("Invalid OPCODE: %x\n", op)
} }
fmt.Println("") fmt.Println("")
vm.stack.Print() //vm.stack.Print()
pc++ pc++
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment