Commit 1d2583a0 authored by Sebastien Robin's avatar Sebastien Robin

removed the pdb.set_trace

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6986 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0ab38ef8
......@@ -1183,7 +1183,6 @@ class BasicStructure:
axis_dict['bound_begin'] = occurence[0]
if occurence[1] > axis_dict['bound_end']:
axis_dict['bound_end'] = occurence[1]
import pdb; pdb.set_trace()
axis_dict['bound_range'] = axis_dict['bound_end'] - axis_dict['bound_begin']
# now start and stop have the extreme values of the second axis bound.
# this represents in fact the size of the Planning
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment