Skip to content

Commit

Permalink
fix: #6187 remove debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcvay committed Feb 18, 2022
1 parent 6027f03 commit e538d69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export const handleSubmit = (updateDeveloperDataDispatch) => (values: Organisati
postcode,
countryId,
}
debugger

// reset all unncessary fields to '' when checked appropriate checkboxes
if (noRegistrationNumber) {
otherData.registrationNumber = ''
Expand Down

0 comments on commit e538d69

Please sign in to comment.