Skip to content

Commit

Permalink
remove debugger;
Browse files Browse the repository at this point in the history
  • Loading branch information
devinleighsmith committed Jan 18, 2024
1 parent 8074177 commit cdfba9e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export class DispositionTeamSubFormModel {
readonly rowVersion: number | null = null,
contact: IContactSearchResult | null = null,
) {
debugger;
this.id = id;
this.rowVersion = rowVersion;
this.contact = contact;
Expand Down

0 comments on commit cdfba9e

Please sign in to comment.