Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
deer-wmde committed Sep 25, 2024
1 parent 4b51592 commit ee47952
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/components/Pages/ManageWiki/Cards/Skin.vue
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ export default {
this.$refs.message.show('error', 'Something went wrong while updating your default skin. Please try again.')
})
},

Check failure on line 88 in src/components/Pages/ManageWiki/Cards/Skin.vue

View workflow job for this annotation

GitHub Actions / build (22)

Unexpected trailing comma
}
}
</script>
Expand Down
3 changes: 0 additions & 3 deletions src/components/Pages/ManageWiki/Features/Message.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ export default {
this.status = status
this.text = message
this.visible = true
console.log(message)
console.log(status)
},
hide () {
Expand Down

0 comments on commit ee47952

Please sign in to comment.