Skip to content
This repository has been archived by the owner on Jul 31, 2022. It is now read-only.

Commit

Permalink
Clean up logs
Browse files Browse the repository at this point in the history
  • Loading branch information
alkaitagi committed Nov 19, 2020
1 parent 6fac8bf commit d483dbe
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/components/PhraseBlock.vue
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,6 @@ export default {
},
switchState(state) {
let context = Object.assign({}, this.context);
if (this.states.length == 3) {
console.log(
this.state?.conditions?.length,
this.state?.display[0].text
);
console.log(state?.conditions?.length, state?.display[0].text);
}
this.applyConditions(context, this.state?.conditions, false);
this.applyConditions(context, state?.conditions, true);
Expand Down

0 comments on commit d483dbe

Please sign in to comment.