Console.Die

This commit is contained in:
Ludeeus 2021-02-16 17:14:19 +00:00
parent d9283c17eb
commit 5e10d85f50

View File

@ -42,7 +42,6 @@ class HaMarkdownElement extends UpdatingElement {
const node = walker.currentNode;
// Handle my.home-assistant.io links
console.log(node);
if (
node instanceof HTMLAnchorElement &&
node.host === "my.home-assistant.io"