diff --git a/src/mfm/html-to-mfm.ts b/src/mfm/html-to-mfm.ts
index 084578fc1..daa228ec5 100644
--- a/src/mfm/html-to-mfm.ts
+++ b/src/mfm/html-to-mfm.ts
@@ -49,9 +49,6 @@ export default function(html: string): string {
text += txt;
break;
}
- // メンション以外
- } else {
- text += `[${txt}](${node.attrs.find((x: any) => x.name == 'href').value})`;
}
if (node.childNodes) {