From f8503096f826ca8389a6afe1d58035bf5d9f6951 Mon Sep 17 00:00:00 2001 From: ced <> Date: Thu, 12 Apr 2007 11:42:02 +0000 Subject: [PATCH] HR_TIMESHEET: remove print bzr revid: ced-d3185bd9e9e214bd680b1ffa75ac1e662c22f7f2 --- addons/hr_timesheet/hr_timesheet.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/addons/hr_timesheet/hr_timesheet.py b/addons/hr_timesheet/hr_timesheet.py index 6046f2ad449..6f53cc61f56 100644 --- a/addons/hr_timesheet/hr_timesheet.py +++ b/addons/hr_timesheet/hr_timesheet.py @@ -65,7 +65,6 @@ class hr_analytic_timesheet(osv.osv): return res def _getEmployeeProduct(self, cr, uid, context): - print context emp_obj = self.pool.get('hr.employee') emp_id = emp_obj.search(cr, uid, [('user_id', '=', context.get('user_id', uid))]) if emp_id: @@ -96,7 +95,6 @@ class hr_analytic_timesheet(osv.osv): return False def _getAnalyticJournal(self, cr, uid, context): - print 'CONTEXT', context emp_obj = self.pool.get('hr.employee') emp_id = emp_obj.search(cr, uid, [('user_id', '=', context.get('user_id', uid))]) if emp_id: