Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
arsenijesavic committed Apr 4, 2024
1 parent f221bc1 commit 24e2320
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/pages/proposals/create/OptionsArchetypes.vue
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ export default {
},
updated () {
console.log(JSON.stringify(this.archetypes))
if (this.archetype.value && this.tier.value) {
this.$emit('select', null)
}
Expand Down
1 change: 0 additions & 1 deletion src/store/dao/mutations.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { PLAN, PLAN_STATUS } from '~/const'

const settingsMapper = (settings) => {
console.log(JSON.parse(JSON.stringify(settings?.settings_documentationUrl_s)))
return {
...settings,
name: settings?.settings_daoName_n,
Expand Down

0 comments on commit 24e2320

Please sign in to comment.