Commit ee093425 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

remove a debug line, sorry.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31160 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d2a2b83c
......@@ -67,7 +67,6 @@ class FloatDivergenceTester(Predicate, DivergenceTesterMixin):
list : (prevision_value, decision_value, message, mapping)
"""
tested_property = self.getTestedProperty()
print (tested_property, prevision_movement, decision_movement)
if getattr(decision_movement, 'isPropertyRecorded',
lambda x:False)(tested_property):
decision_value = decision_movement.getRecordedProperty(tested_property)
......
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