Skip to content
Snippets Groups Projects
Commit bec21bb0 authored by Stéphane Wirtel's avatar Stéphane Wirtel
Browse files

[FIX] Remove the print statement

bzr revid: stephane@tinyerp.com-20090204221601-kgcyfgjx27d277ov
parent 53bdfd52
No related branches found
No related tags found
No related merge requests found
......@@ -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])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment