Skip to content

Commit

Permalink
removed logging
Browse files Browse the repository at this point in the history
  • Loading branch information
bobcaprice committed May 30, 2024
1 parent d8a7828 commit 94b0594
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ui/src/app/affiliation/affiliation-update.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,6 @@ export class AffiliationUpdateComponent implements OnInit {
}

updateForm(assertion: IAffiliation) {
console.log('start month is ', assertion.startMonth)
console.log('end month is ', assertion.endMonth)

if (assertion?.id) {
this.editForm.patchValue({
id: assertion.id,
Expand Down Expand Up @@ -253,8 +250,6 @@ export class AffiliationUpdateComponent implements OnInit {
ownerId: assertion.ownerId,
})

console.log('form values set, start month is ', this.editForm.get('startMonth')!.value)

this.onStartDateSelected(false)
this.onEndDateSelected(false)
}
Expand Down

0 comments on commit 94b0594

Please sign in to comment.