Remove comments from discord release announcements (cherry-pick #20888) (#20892)

gcp-cherry-pick-bot[bot] and Conrad Irwin created

Cherry-picked Remove comments from discord release announcements
(#20888)

Release Notes:

- N/A

Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com>

Change summary

script/draft-release-notes | 4 ----
1 file changed, 4 deletions(-)

Detailed changes

script/draft-release-notes 🔗

@@ -64,10 +64,6 @@ async function main() {
   }
 
   console.log(releaseNotes.join("\n") + "\n");
-  console.log("<!-- ");
-  console.log(missing.join("\n"));
-  console.log(skipped.join("\n"));
-  console.log("-->");
 }
 
 function getCommits(oldTag, newTag) {