This commit is contained in:
2023-09-28 16:04:55 +01:00
parent cd95e2c7fd
commit f965cf9172
3 changed files with 25 additions and 2 deletions
@@ -129,7 +129,7 @@ public class StartPOS {
metrics.setUniCentaVersion(AppLocal.APP_VERSION);
Application application = new Application();
application.postMetrics(metrics);
application.startEventListener(host);
//application.startEventListener(host, jRootApp);
} catch (Exception e) {
log.error("Problem with starting the uniCenta plugin application:${}", e.getMessage());
}