delete commend
This commit is contained in:
parent
be50f9285b
commit
ea74db7005
1 changed files with 0 additions and 4 deletions
|
|
@ -188,10 +188,6 @@ export async function calculateGovAge(profileId: string, type: string) {
|
|||
// console.log("sumDays", sumDays);
|
||||
const finalAdjusted = adjustTotal(sumYears, sumMonths, sumDays);
|
||||
|
||||
console.log("finalAdjusted", finalAdjusted);
|
||||
console.log("finalAdjusted.days", finalAdjusted.days);
|
||||
console.log("finalAdjusted.days+1", finalAdjusted.days + 1);
|
||||
|
||||
return {
|
||||
year: finalAdjusted.years,
|
||||
month: finalAdjusted.months,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue