remove stray printf

This commit is contained in:
Scott Sadler
2018-04-09 12:36:43 -03:00
parent fde202ff64
commit 8a29624f4c

View File

@@ -111,8 +111,6 @@ TEST(TestEvalNotarisation, testGetNotarisation)
MoMProof proof;
E_UNMARSHAL(vMomProof, ss >> proof);
printf("lb:%lu\n", proof.branch.size());
printf("%i, %s\n", proof.nIndex, proof.notarisationHash.GetHex().data());
EXPECT_EQ(data.MoM, proof.Exec(proofTxHash));
}