This commit is contained in:
Prabhjyot Singh 2016-01-05 17:09:38 +05:30
parent 6d927fc205
commit 648c65c422

View file

@ -119,8 +119,6 @@ public class InterpreterFactory {
}
} catch (ClassNotFoundException e) {
// nothing to do
logger.info("Exception in InterpreterFactory while init, nothing to do, " +
"ClassNotFoundException:", className);
}
}
}