diff --git a/wizard/print_timesheet.py b/wizard/print_timesheet.py index cc2e109ba3b682a09299f735b9d97095bdef20f7..afccb1f4f013de215fec3d74ce2db93cbdea2636 100644 --- a/wizard/print_timesheet.py +++ b/wizard/print_timesheet.py @@ -25,8 +25,5 @@ class CGscopTimesheetPrintWizard(models.TransientModel): ['date', '>=', self.date_start], ['date', '<=', self.date_end]]) - print(self) - print(self.timesheet_ids) return self.env.ref( 'cgscop_timesheet.cgscop_timesheet_report').report_action(self) -