Commit de7ac63c authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

remove log outputs.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33536 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2335f3fe
......@@ -63,15 +63,15 @@ for i in solver_list:\n
if i.getSolverState() != \'solved\':\n
solver_process = i\n
break\n
context.log(solver_process)\n
\n
if solver_process is None:\n
context.log(solver_process)\n
solver_process = context.getPortalObject().portal_solvers.newSolverProcess(context)\n
context.log(solver_process)\n
solver_list.append(solver_process.getRelativeUrl())\n
context.setSolverList(solver_list)\n
\n
# XXX should omit \'solved\' decision?\n
return solver_process.objectValues(portal_type=\'Solver Decision\')\n
solver_decision_list = solver_process.objectValues(portal_type=\'Solver Decision\')\n
return solver_decision_list\n
</string> </value>
</item>
<item>
......@@ -116,6 +116,7 @@ return solver_process.objectValues(portal_type=\'Solver Decision\')\n
<string>solver_list</string>
<string>_getiter_</string>
<string>i</string>
<string>solver_decision_list</string>
</tuple>
</value>
</item>
......
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