Skip to content

Commit

Permalink
core: frontend: store: system-information: Remove lost debug message
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Feb 7, 2022
1 parent 4bdf207 commit 64e89e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/frontend/src/store/system-information.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ class SystemInformationStore extends VuexModule {

@Action
async fetchSystem(): Promise<void> {
console.debug('System!')
await this.fetchSystemInformation(FetchType.SystemType)
}

Expand Down

0 comments on commit 64e89e1

Please sign in to comment.