Aside from being able to print maps, print-repeated-field
and print-non-repeated-field are the same function.
A proto message can't have repeated map fields, so thats okay.
Remove the call to print-repeated-field and call
print-non-repeated-field (now print-field).
Remove print-repeated-field
Aside from being able to print maps, print-repeated-field and print-non-repeated-field are the same function. A proto message can't have repeated map fields, so thats okay. Remove the call to print-repeated-field and call print-non-repeated-field (now print-field).