Skip to content

Commit

Permalink
[FIX] #62 - Enlever un commentaire oublié
Browse files Browse the repository at this point in the history
  • Loading branch information
tgaullier committed Apr 5, 2023
1 parent b060624 commit 39dec7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion timesheet_reminder_mail/models/summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ def _cron_timesheet_summary_manager(self):
template_ctx = {'action_url': action_url}
for manager in managers:
template.with_context(template_ctx).send_mail(manager.id)
logger.debug("=============================> RESULTAT : %s", template_ctx)
logger.info("Summaries of time spent to send to the manager '%s'.", manager.name)


Expand Down

0 comments on commit 39dec7f

Please sign in to comment.