Removed excess logging statement.
diff --git a/upb/json_encode.c b/upb/json_encode.c index 58b7656..6b6d99b 100644 --- a/upb/json_encode.c +++ b/upb/json_encode.c
@@ -307,7 +307,7 @@ ret = upb_symtab_lookupmsg2(e->ext_pool, ptr, end - ptr); if (!ret) { - jsonenc_errf(e, "Couldn't find Any type: %.*s (full URL: " UPB_STRVIEW_FORMAT ")", (int)(end - ptr), ptr, UPB_STRVIEW_ARGS(type_url)); + jsonenc_errf(e, "Couldn't find Any type: %.*s", (int)(end - ptr), ptr); } return ret;