We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed8cea2 + 6cb84a1 commit cccb628Copy full SHA for cccb628
ut/client_ut.cpp
@@ -1123,16 +1123,6 @@ TEST_P(ClientCase, OnProfile) {
1123
std::optional<Profile> profile;
1124
query.OnProfile([&profile](const Profile & new_profile) {
1125
profile = new_profile;
1126
-
1127
- std::cout <<
1128
- "Profile:" <<
1129
- "\n\trows: " << new_profile.rows <<
1130
- "\n\tblocks: " << new_profile.blocks <<
1131
- "\n\tbytes: " << new_profile.bytes <<
1132
- "\n\trows_before_limit: " << new_profile.rows_before_limit <<
1133
- "\n\tapplied_limit: " << new_profile.applied_limit <<
1134
- "\n\tcalculated_rows_before_limit: " << new_profile.calculated_rows_before_limit <<
1135
- std::endl;
1136
});
1137
1138
client_->Execute(query);
0 commit comments