Internal change

PiperOrigin-RevId: 495302416
pull/11229/head
Protobuf Team Bot 2 years ago committed by Copybara-Service
parent 8661e45075
commit 14e579436f
  1. 1
      src/google/protobuf/text_format.cc

@ -174,7 +174,6 @@ void PerformAbslStringify(const Message& message,
// TODO(b/249835002): consider using the single line version for short
TextFormat::Printer printer;
printer.SetExpandAny(true);
printer.SetInsertSilentMarker(true);
printer.SetRedactDebugString(true);
printer.SetRandomizeDebugString(true);
std::string result;

Loading…
Cancel
Save