diff --git a/.changeset/tender-coats-unite.md b/.changeset/tender-coats-unite.md index 018660bcfa..4b87720f2f 100644 --- a/.changeset/tender-coats-unite.md +++ b/.changeset/tender-coats-unite.md @@ -5,7 +5,5 @@ Display the new `profile` fields (`displayName`, `email`, and `picture`) for groups on the `GroupProfileCard`. -![Groups Profile Section](./groups_profile.png) - This also resolves some cases where `profile` fields are missing for users or groups and for example falls back to displaying the entity name. Adds additional test data to the ACME Corp dataset. diff --git a/scripts/verify-links.js b/scripts/verify-links.js index 917571b937..75e7a8c1d0 100755 --- a/scripts/verify-links.js +++ b/scripts/verify-links.js @@ -149,7 +149,6 @@ async function main() { badUrls.push(...badFileUrls); } - console.warn(docPages); if (badUrls.length) { console.log(`Found ${badUrls.length} bad links within repo`); for (const { url, basePath, problem } of badUrls) {