Removed debug logging

This commit is contained in:
StephenButtolph 2020-05-01 00:21:17 -04:00
parent 3d734c96c9
commit 7c11e91a53
1 changed files with 0 additions and 2 deletions

View File

@ -103,8 +103,6 @@ func (pb *ProposalBlock) Verify() error {
// pdb is the database if this block's parent is accepted
pdb := parent.onAccept()
pb.vm.Ctx.Log.Warn("Got %+v from %p", pdb, parentIntf)
var err error
pb.onCommitDB, pb.onAbortDB, pb.onCommitFunc, pb.onAbortFunc, err = pb.Tx.SemanticVerify(pdb)
if err != nil {