refactor: remove unnecessary console log from responsiblePerson function
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
This commit is contained in:
parent
9f6d972c91
commit
aac82ce477
1 changed files with 0 additions and 1 deletions
|
|
@ -70,7 +70,6 @@ function responsiblePerson(quotation: QuotationFull) {
|
|||
tempGroup.push(rhs);
|
||||
}
|
||||
});
|
||||
console.log({ user: tempPerson, group: tempGroup });
|
||||
return { user: tempPerson, group: tempGroup };
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue