Skip to content

Commit 99b4640

Browse files
Code Cleanup
Removing commented content
1 parent aa453c6 commit 99b4640

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/owasp/esapi/logging/log4j/Log4JLoggerFactory.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ public Log4JLoggerFactory() {}
5959
* @return org.owasp.esapi.reference.Log4JLogger
6060
*/
6161
public org.apache.log4j.Logger makeNewLoggerInstance(String name) {
62-
//return new org.owasp.esapi.reference.Log4JLogger(name);
6362
return new EsapiLog4JWrapper(name);
6463
}
6564

0 commit comments

Comments
 (0)