Skip to content

Commit

Permalink
removed code smells
Browse files Browse the repository at this point in the history
  • Loading branch information
lookacat committed Aug 5, 2021
1 parent 2058ef7 commit 98cd1d7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ export default {
return this.$gettext('Folders')
}
},
mounted() {},
methods: {}
}
</script>
<style lang="scss" scoped>
Expand Down
4 changes: 0 additions & 4 deletions packages/web-app-files/src/components/SideBar/SideBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,6 @@ export default {
return panels
},
defaultPanelMeta() {
/* console.log("defaultpanelmeta:")
console.log(this.panelMetas)
console.log(this.panelMetas.find(panel => panel.default && panel.enabled)) */
console.log('foo')
return this.panelMetas.find(panel => panel.default && panel.enabled)
},
accessibleLabelBack() {
Expand Down

0 comments on commit 98cd1d7

Please sign in to comment.