Skip to content

Commit

Permalink
GH-599 took out debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
ndcgundlach committed Jul 15, 2022
1 parent da5a23b commit 986d835
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion unittests/state_history_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,6 @@ BOOST_AUTO_TEST_CASE(test_deltas_resources_history) {
std::multiset<std::string> result_contract_row_table_names;
std::multiset<uint64_t> result_contract_row_table_primary_keys;
for(auto &contract_row : contract_rows) {
std::cerr << contract_row.table.to_string() << ":" << contract_row.primary_key << std::endl;
result_contract_row_table_names.insert(contract_row.table.to_string());
result_contract_row_table_primary_keys.insert(contract_row.primary_key);
}
Expand Down

0 comments on commit 986d835

Please sign in to comment.