Skip to content

Commit

Permalink
remove dev code
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron-eyds committed Jul 9, 2024
1 parent 0eec8e8 commit e624b10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ppr-ui/src/views/mhrInformation/MhrHistory.vue
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ const getHomeOwnerIcon = (partyType: HomeOwnerPartyTypes, isBusiness = false): s
* @returns {HomeLocationUiTypes} The corresponding UI home location type.
*/
function mapApiToUiLocationType(apiType: HomeLocationTypes): HomeLocationUiTypes {
console.log()
switch (apiType) {
case HomeLocationTypes.LOT:
return HomeLocationUiTypes.LOT
Expand Down

0 comments on commit e624b10

Please sign in to comment.