hiding scary message

This commit is contained in:
rusefi 2020-08-14 19:24:34 -04:00
parent d7e7bf9cc2
commit 5cdfcc41d6
1 changed files with 2 additions and 0 deletions

View File

@ -194,6 +194,7 @@ public class Logging {
}
}
}
/*
if (impl == null) {
try {
impl = (DefaultLogging)Class.forName("com.devexperts.logging.Log4jLogging").newInstance();
@ -207,6 +208,7 @@ public class Logging {
}
}
}
*/
if (impl == null) {
try {
impl = (DefaultLogging)Class.forName("com.devexperts.logging.Log4j2Logging").newInstance();