Skip to content

Commit

Permalink
remove more dev code
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron-eyds committed Dec 4, 2023
1 parent c1c8315 commit f854cce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ppr-ui/src/views/mhrInformation/MhrInformation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,6 @@ export default defineComponent({
return getMhrInformation.value.draftNumber
}),
isLienRegistrationTypeSA: computed((): boolean => {
console.log('isSaLienType', getLienRegistrationType.value === APIRegistrationTypes.SECURITY_AGREEMENT)
return getLienRegistrationType.value === APIRegistrationTypes.SECURITY_AGREEMENT
}),
/** True if Jest is running the code. */
Expand Down

0 comments on commit f854cce

Please sign in to comment.