Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Tschuppi81 committed Jan 6, 2025
1 parent 7e535f0 commit 3d0e62c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/onegov/org/views/directory.py
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,6 @@ def email_iter() -> 'Iterator[EmailJsonDict]':
},
)
plaintext = html_to_text(content)
print('*** tschupre sending notification to', recipient.address)
yield request.app.prepare_email(
receivers=(recipient.address,),
subject=title,
Expand Down

0 comments on commit 3d0e62c

Please sign in to comment.