Skip to content

Commit

Permalink
fix: remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzhang1030 committed Jun 19, 2024
1 parent 767a1ee commit cee44d9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/client/src/pages/settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ const {
scrollableSidebar,
} = toRefs(toReactive(devtoolsClientState))
watchEffect(() => {
console.log('devtools', devtoolsClientState.value.showPanel)
console.log('aaa', showPanel)
})
// #region settings
const scaleOptions = [
['Tiny', 12 / 15],
Expand Down

0 comments on commit cee44d9

Please sign in to comment.