[FIX] Remove the print statement

bzr revid: stephane@tinyerp.com-20090204221601-kgcyfgjx27d277ov
This commit is contained in:
Stephane Wirtel 2009-02-04 23:16:01 +01:00
parent 53bdfd5278
commit bec21bb003
1 changed files with 0 additions and 1 deletions

View 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])