Remove the bug-report link from code-owners.
Release-Notes: skip
Change-Id: I1027d4aa748a0bf8c4e4a762386cc87f2517256b
diff --git a/web/suggest-owners-trigger.ts b/web/suggest-owners-trigger.ts
index f0cf9c9..fb2ca98 100644
--- a/web/suggest-owners-trigger.ts
+++ b/web/suggest-owners-trigger.ts
@@ -56,13 +56,6 @@
</gr-button>
<span class="extras">
<a
- @click=${this.reportBugClick}
- href="https://bugs.chromium.org/p/gerrit/issues/entry?template=code-owners-plugin"
- target="_blank"
- >
- <gr-icon icon="bug_report" filled title="report a problem"></gr-icon>
- </a>
- <a
@click=${this.reportDocClick}
href="https://gerrit.googlesource.com/plugins/code-owners/+/HEAD/resources/Documentation/how-to-use.md"
target="_blank"
@@ -96,8 +89,4 @@
private reportDocClick() {
this.reporting?.reportInteraction('code-owners-doc-click');
}
-
- private reportBugClick() {
- this.reporting?.reportInteraction('code-owners-bug-click');
- }
}