From 4a719052e6279f8d27379ecc06a4fa28fdc7df13 Mon Sep 17 00:00:00 2001 From: Scott Hart Date: Mon, 23 Feb 2026 20:05:00 -0500 Subject: [PATCH] impl(generator): remove debug print --- generator/internal/descriptor_utils.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/generator/internal/descriptor_utils.cc b/generator/internal/descriptor_utils.cc index 6bd07632f4101..8aa4e8bc5b044 100644 --- a/generator/internal/descriptor_utils.cc +++ b/generator/internal/descriptor_utils.cc @@ -347,10 +347,6 @@ std::string FormattedCommentsForParameter( google::protobuf::SourceLocation loc; parameter_descriptor->GetSourceLocation(&loc); auto comment = EscapePrinterDelimiter(ChompByValue(loc.leading_comments)); - if (absl::StrContains(comment, - "go/proto-best-practices-checkers#keyword_conflict")) { - std::cout << __func__ << comment << "\n"; - } // This is an arbitrary threshold. The intent is to simplify the generator // code for corner cases. In the few cases where the documentation of a field // is extremely detailed it manages to confuse Doxygen. We could try to