Skip to content

Commit

Permalink
cleanup(verifier): remove debug log from unit test (#5818)
Browse files Browse the repository at this point in the history
  • Loading branch information
zrlk committed Aug 29, 2023
1 parent afdcec6 commit 55e39a6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kythe/cxx/verifier/verifier_unit_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2002,8 +2002,6 @@ fact_value: ""
ASSERT_TRUE(v.VerifyAllGoals(
[&signature, &root, &path, &language](
Verifier* cxt, const Inspection& inspection, std::string_view s) {
fprintf(stderr, "%s %s\n", inspection.label.c_str(),
std::string(s).c_str());
if (inspection.label == "Signature") signature = s == "Signature";
if (inspection.label == "Root") root = s == "Root";
if (inspection.label == "Path") path = s == "Path";
Expand Down

0 comments on commit 55e39a6

Please sign in to comment.