Skip to content

Commit

Permalink
[WIP] #6 - Deleting some debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
tgaullier committed Jan 24, 2024
1 parent 76e36a5 commit dc2b645
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion reminder_summary_timesheet/models/timesheet_summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ def _cron_timesheet_summary_manager(self):
# Return managers responsible for approving timesheet lines
def get_managers(self):
managers = []
logger.warning("====> ICI : %s", self.env['hr.employee'])

# Retrieves managers distinct from all employees
for employee in self.env['hr.employee'].search([('timesheet_manager_id', '!=', False)]):
Expand Down

0 comments on commit dc2b645

Please sign in to comment.