Skip to content

Commit

Permalink
remove extra logging
Browse files Browse the repository at this point in the history
  • Loading branch information
arch1995 committed Jan 25, 2024
1 parent 21c039c commit 95a2c58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/vue-example/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ const vueapp = defineComponent({
},
updated() {
// this is called on each state update
console.log("updated data", this.$data);
const data = {...this.$data};
Reflect.deleteProperty(data, "privKey");
if (storageAvailable("sessionStorage")) sessionStorage.setItem("state", JSON.stringify(data));
Expand Down

0 comments on commit 95a2c58

Please sign in to comment.