Skip to content

Commit

Permalink
remove a log
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbeckett committed Aug 15, 2024
1 parent 4e90f17 commit 7711b9b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ export default {
},
isSupportComplete() {
const model = this.getModel(SUPPLEMENTARY_TYPES.SUPPORT)
console.log(this.currentOrg)
if (!this.currentOrg.hasInclusionPolicy && model) {
return false
} else if (!model?.supportFundingModel.includes(this.SUPPORT_CHECKBOX_LABELS.find((item) => item.label === 'Other').value)) {
Expand Down

0 comments on commit 7711b9b

Please sign in to comment.