Skip to content

Commit

Permalink
Removed debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
GrigoriyPA committed Feb 27, 2024
1 parent c7216b5 commit d2b8d88
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ydb/core/config/ut/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -351,13 +351,6 @@ Y_UNIT_TEST_SUITE(ConfigProto) {
for (const auto& [field, paths] : fieldToPaths) {
for (const auto& path : paths) {
UNIT_ASSERT_C(allowedPaths.contains(path.FieldPath), Sprintf("Adding new required fields in config is not allowed: %s", path.FieldPath.c_str()));
if (!allowedNumberPaths.contains(path.FieldNumberPath)) {
Cerr << "Unknown path:\n";
for (auto el : path.FieldNumberPath) {
Cerr << el << " ";
}
Cerr << "\n";
}
UNIT_ASSERT_C(allowedNumberPaths.contains(path.FieldNumberPath), Sprintf("Adding new required fields in config is not allowed: %s", path.FieldPath.c_str()));
}
}
Expand Down

0 comments on commit d2b8d88

Please sign in to comment.