Skip to content

Commit

Permalink
fix: delete unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Feb 5, 2024
1 parent 7a24859 commit 143c0da
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 68 deletions.
1 change: 0 additions & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
:locale="LANGUAGES[$i18n.locale as LocaleCodes].elementLocale"
>
<div id="app">
<!-- TODO: use transition -->
<router-view v-slot="{ Component }">
<transition :name="transitionName">
<component :is="Component" />
Expand Down
65 changes: 0 additions & 65 deletions src/background/constants.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/components/EditorOperatorArgument.vue
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ export default {
},
// FIXME(#19): fix update select argument in radon.js library
updateTemplateAndVariables(updater) {
console.log(updater)
this.$emit('update', updater)
},
},
Expand Down
1 change: 0 additions & 1 deletion src/components/LogoutModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ export default {
}),
sessionExpiredLocal: {
get() {
console.log('session EXPIRED!!')
return this.sessionExpired
},
set() {
Expand Down

0 comments on commit 143c0da

Please sign in to comment.