Skip to content

Commit

Permalink
chore: clean up lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackbaud-ErikaMcVey committed Sep 4, 2024
1 parent a245e9a commit ccdd053
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -343,11 +343,6 @@ export class SkyLookupComponent
this.controlId = this.inputBoxHostSvc.controlId;
this.ariaDescribedBy = this.inputBoxHostSvc.ariaDescribedBy;

console.log('populating with');
console.log(this.inputTemplateRef);
console.log(this.inputTemplateRef.elementRef);
console.log(this.inputTemplateRef.elementRef.nativeElement);

this.inputBoxHostSvc.populate({
inputTemplate: this.inputTemplateRef,
buttonsTemplate: this.enableShowMore
Expand Down

0 comments on commit ccdd053

Please sign in to comment.