[FIX] Remove the print statement
authorStephane Wirtel <stephane@tinyerp.com>
Wed, 4 Feb 2009 22:16:01 +0000 (23:16 +0100)
committerStephane Wirtel <stephane@tinyerp.com>
Wed, 4 Feb 2009 22:16:01 +0000 (23:16 +0100)
bzr revid: stephane@tinyerp.com-20090204221601-kgcyfgjx27d277ov

addons/project/report/gantt.py

index ab4d947..1caa71b 100644 (file)
@@ -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])