mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
less info logging when running test
This commit is contained in:
@@ -68,7 +68,9 @@ public class ModuleManagerComponent extends ModuleManagerImpl {
|
||||
long t = System.currentTimeMillis();
|
||||
loadModules(myModuleModel);
|
||||
t = System.currentTimeMillis() - t;
|
||||
LOG.info(myModuleModel.getModules().length + " module(s) loaded in " + t + " ms");
|
||||
if (!ApplicationManager.getApplication().isUnitTestMode()) {
|
||||
LOG.info(myModuleModel.getModules().length + " module(s) loaded in " + t + " ms");
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user