From 64e89e1071c784223522d564e2413597ab55b6a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Sat, 5 Feb 2022 01:20:01 -0300 Subject: [PATCH] core: frontend: store: system-information: Remove lost debug message MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- core/frontend/src/store/system-information.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/core/frontend/src/store/system-information.ts b/core/frontend/src/store/system-information.ts index 4bf21f2e4e..67edd1e908 100644 --- a/core/frontend/src/store/system-information.ts +++ b/core/frontend/src/store/system-information.ts @@ -77,7 +77,6 @@ class SystemInformationStore extends VuexModule { @Action async fetchSystem(): Promise { - console.debug('System!') await this.fetchSystemInformation(FetchType.SystemType) }