Commit 94dfa24d authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

remove experimental warnings because it is no longer experimental.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34488 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f620be63
...@@ -519,8 +519,6 @@ class Movement(XMLObject, Amount, CompositionMixin): ...@@ -519,8 +519,6 @@ class Movement(XMLObject, Amount, CompositionMixin):
return 1 return 1
else: else:
# conditional BPM enabled frozen state check # conditional BPM enabled frozen state check
LOG("Movement.isFrozen", WARNING, "%s is using BPM experimental "
"evaluation" % self.getPath())
# BPM dynamic configuration # BPM dynamic configuration
if self.getSimulationState() in business_path.getFrozenStateList(): if self.getSimulationState() in business_path.getFrozenStateList():
return True return True
......
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