diff --git a/src/store/modules/app.ts b/src/store/modules/app.ts index 583b7bf2..c2ba1519 100644 --- a/src/store/modules/app.ts +++ b/src/store/modules/app.ts @@ -30,7 +30,6 @@ export const useAppStore = defineStore({ this.sidebar.withoutAnimation = withoutAnimation }, toggleDevice( device:any) { - console.log('TOGGLE_DEVICE',device) this.device = device } }