From eb0bda0f206c9ae262ae087a5c4554b11b79b1c3 Mon Sep 17 00:00:00 2001
From: Benjamin <benjamin@le-filament.com>
Date: Mon, 9 Dec 2019 15:53:05 +0100
Subject: [PATCH] clean code

---
 wizard/print_timesheet.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/wizard/print_timesheet.py b/wizard/print_timesheet.py
index cc2e109..afccb1f 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)
-
-- 
GitLab