Problem seems solved. Removing debug log message
This commit is contained in:
parent
7958589d1a
commit
db27f9e15f
@ -476,7 +476,6 @@ public class ReflectRegistry {
|
|||||||
|
|
||||||
private static void initRecursively(Class<?> cl) {
|
private static void initRecursively(Class<?> cl) {
|
||||||
try {
|
try {
|
||||||
Log.info("Init reflect registry class " + cl + "...");
|
|
||||||
for (Field f : Reflect.ofClass(cl).get().getDeclaredFields()) {
|
for (Field f : Reflect.ofClass(cl).get().getDeclaredFields()) {
|
||||||
if (Modifier.isStatic(f.getModifiers()))
|
if (Modifier.isStatic(f.getModifiers()))
|
||||||
f.get(null);
|
f.get(null);
|
||||||
|
Loading…
Reference in New Issue
Block a user