Michael Brohl created OFBIZ-10049:
-------------------------------------
Summary: Remove unnecessary Debug.is[Loglevel]On() conditions
Key: OFBIZ-10049
URL:
https://issues.apache.org/jira/browse/OFBIZ-10049 Project: OFBiz
Issue Type: Improvement
Components: ALL COMPONENTS
Affects Versions: Trunk
Reporter: Michael Brohl
Assignee: Michael Brohl
Priority: Minor
Our codebase contains a lot of Debug.is[Loglevel]On() conditions before the logging code line. This is not necessary because it is done implicitly in every Debug.log[Loglevel]() method.
These conditions should be removed from the codebase.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)