Commit a5d216c0 authored by Thomas Bernard's avatar Thomas Bernard

updated code => No more debug mode


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7575 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 68d8f3f7
......@@ -52,9 +52,7 @@ from copy import copy
from Acquisition import aq_base, aq_inner, aq_parent, aq_self
from Products.Formulator.Form import BasicForm
from Products.CMFCore.utils import getToolByName
from Products.ERP5Type.Utils import getPath
from Products.ERP5Type.Message import Message
class PlanningBoxValidator(Validator.StringBaseValidator):
......@@ -832,7 +830,7 @@ class PlanningBoxWidget(Widget.Widget):
here = REQUEST['here']
pdb.set_trace()
#pdb.set_trace()
# build structure
# render_structure will call all method necessary to build the entire
# structure relative to the planning
......@@ -866,7 +864,7 @@ class PlanningBoxWidget(Widget.Widget):
structure = REQUEST.get('structure')
pdb.set_trace()
#pdb.set_trace()
# getting HTML rendering Page Template
planning_html_method = getattr(REQUEST['here'],'planning_content')
......
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