core_tests: remove some useless verbose logs

This commit is contained in:
moneromooo-monero 2019-10-30 18:37:42 +00:00
parent 4c9fd8d86d
commit f1091c410f
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
4 changed files with 0 additions and 5 deletions

View file

@ -85,7 +85,6 @@ bool gen_v2_tx_validation_base::generate_with(std::vector<test_event_entry>& eve
tx_source_entry& src = sources.back();
src.amount = blocks[0].miner_tx.vout[out_idx[out_idx_idx]].amount;
std::cout << "using " << print_money(src.amount) << " output at index " << out_idx[out_idx_idx] << std::endl;
for (int m = 0; m <= mixin; ++m) {
int idx;
if (is_valid_decomposed_amount(src.amount))