Skip to content

Commit 22695a9

Browse files
committed
Clean up
1 parent c4f5eec commit 22695a9

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/components/panels/edit/modals/NacoStubCreateModal.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1592,10 +1592,8 @@
15921592
// favor splitting on semicolon. Seems reliable to get the first name without bleed from other names. But after that, anything can happen
15931593
if (this.statementOfResponsibility && this.statementOfResponsibility.split(/,?\s+and|und|\&\s+|\s+e\s+|;/g).length>1){
15941594
this.statementOfResponsibilityOptions = this.statementOfResponsibility.split(/,?\s+and|und|\&\s+|\s+e\s+|;/g)
1595-
console.info("split semi: ", this.statementOfResponsibilityOptions)
15961595
} else if (this.statementOfResponsibility && this.statementOfResponsibility.split(/,?\s+and|und|\&\s+|,/g).length>1){
15971596
this.statementOfResponsibilityOptions = this.statementOfResponsibility.split(/,?\s+and|und|\&\s+|,/g)
1598-
console.info("split comma: ", this.statementOfResponsibilityOptions)
15991597
}
16001598
16011599
// SOR examples that make rules difficult

0 commit comments

Comments
 (0)