Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
arsenijesavic committed Sep 26, 2023
1 parent b1b3af1 commit d090afe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/store/proposals/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,6 @@ export default {
content_groups: [content]
}
}]
console.log(JSON.parse(JSON.stringify(actions)))
return this.$api.signTransaction(actions)
}
} catch (e) {
Expand Down

0 comments on commit d090afe

Please sign in to comment.