]> Git Repo - VerusCoin.git/commitdiff
remove stray printf
authorScott Sadler <[email protected]>
Mon, 9 Apr 2018 15:36:43 +0000 (12:36 -0300)
committerScott Sadler <[email protected]>
Mon, 9 Apr 2018 15:36:43 +0000 (12:36 -0300)
src/test-komodo/test_eval_notarisation.cpp

index c33cc468656b4ff485f5e310fc4230135e7f3728..86d5f58c40cf128b01ed5af5df903a7cde8b92e2 100644 (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));
 }
 
This page took 0.026099 seconds and 4 git commands to generate.