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) }