Remove outdated comment

This commit is contained in:
Chris Hill-Scott
2020-04-23 15:35:25 +01:00
parent 9047b273da
commit 11008af96a

View File

@@ -342,7 +342,6 @@ def save_letter(
): ):
notification = encryption.decrypt(encrypted_notification) notification = encryption.decrypt(encrypted_notification)
# we store the recipient as just the first item of the person's address
recipient = PostalAddress.from_personalisation( recipient = PostalAddress.from_personalisation(
Columns(notification['personalisation']) Columns(notification['personalisation'])
).normalised ).normalised