Skip to content

Commit afbc4b6

Browse files
authored
impl(generator): remove debug print (#15992)
1 parent 860c4a8 commit afbc4b6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

generator/internal/descriptor_utils.cc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -347,10 +347,6 @@ std::string FormattedCommentsForParameter(
347347
google::protobuf::SourceLocation loc;
348348
parameter_descriptor->GetSourceLocation(&loc);
349349
auto comment = EscapePrinterDelimiter(ChompByValue(loc.leading_comments));
350-
if (absl::StrContains(comment,
351-
"go/proto-best-practices-checkers#keyword_conflict")) {
352-
std::cout << __func__ << comment << "\n";
353-
}
354350
// This is an arbitrary threshold. The intent is to simplify the generator
355351
// code for corner cases. In the few cases where the documentation of a field
356352
// is extremely detailed it manages to confuse Doxygen. We could try to

0 commit comments

Comments
 (0)