Remove spammy logging message from rust protobuf codegen

PiperOrigin-RevId: 609354123
pull/15920/head
Protobuf Team Bot 2024-02-22 06:42:40 -08:00 committed by Copybara-Service
parent fe6edca15b
commit 73e3aec316
1 changed files with 1 additions and 1 deletions

View File

@ -739,7 +739,7 @@ void MessageProxiedInMapValue(Context& ctx, const Descriptor& msg) {
void GenerateRs(Context& ctx, const Descriptor& msg) {
if (msg.map_key() != nullptr) {
ABSL_LOG(WARNING) << "unsupported map field: " << msg.full_name();
// Don't generate code for synthetic MapEntry messages.
return;
}
ctx.Emit(