From 21574edb44762c32a663c3989257454b21aae3a0 Mon Sep 17 00:00:00 2001 From: Ludeeus Date: Sun, 21 Feb 2021 13:15:05 +0000 Subject: [PATCH] remove debug --- hassio/src/dashboard/hassio-addons.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/hassio/src/dashboard/hassio-addons.ts b/hassio/src/dashboard/hassio-addons.ts index e9e44c7fad..a28c7c1da8 100644 --- a/hassio/src/dashboard/hassio-addons.ts +++ b/hassio/src/dashboard/hassio-addons.ts @@ -25,9 +25,6 @@ class HassioAddons extends LitElement { @property({ attribute: false }) public supervisor!: Supervisor; protected render(): TemplateResult { - this.supervisor - ?.callApi({ endpoint: "/supervisor/ping", rest: false }) - .then((result) => console.log("result", result)); return html`

Add-ons