From bec21bb003a23f0b7b9f5c8ee7c0863ead4fc51d Mon Sep 17 00:00:00 2001
From: Stephane Wirtel <stephane@tinyerp.com>
Date: Wed, 4 Feb 2009 23:16:01 +0100
Subject: [PATCH] [FIX] Remove the print statement

bzr revid: stephane@tinyerp.com-20090204221601-kgcyfgjx27d277ov
---
 addons/project/report/gantt.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/addons/project/report/gantt.py b/addons/project/report/gantt.py
index ab4d947caa0f..1caa71b423f3 100644
--- a/addons/project/report/gantt.py
+++ b/addons/project/report/gantt.py
@@ -51,7 +51,6 @@ class GanttCanvas(object):
                 self._min = x[0]
             if x[1]>self._max or not self._max:
                 self._max = x[1]
-            print name, self._conv[1](x[1])
             self._datas[user].append( (name, x))
             self._names.setdefault(name, x[0])
 
-- 
GitLab