Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
kris-daxiom committed Dec 6, 2024
1 parent 488088c commit 67b2f09
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions strr-api/src/strr_api/services/registration_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,8 +393,6 @@ def _create_property_manager(cls, property_manager_info):
property_manager.primary_contact = property_manager_primary_contact

elif property_manager_info.propertyManagerType == PropertyManager.PropertyManagerType.INDIVIDUAL:
print("$$")
print(property_manager_info.contact.mailingAddress)
property_manager_primary_contact = Contact(
firstname=property_manager_info.contact.firstName,
lastname=property_manager_info.contact.lastName,
Expand Down

0 comments on commit 67b2f09

Please sign in to comment.