SEBSLI-9 comment out creation of connection config

This commit is contained in:
Nadim Ritter 2024-03-15 15:49:57 +01:00
parent 7594a03de5
commit 4a97e8d32c

View file

@ -32,9 +32,9 @@ public class LightInit {
@EventListener(SEBServerInitEvent.class) @EventListener(SEBServerInitEvent.class)
public void init() { public void init() {
if(isConnectionConfigAbsent()){ // if(isConnectionConfigAbsent()){
this.sebClientConfigDAO.createNew(createLightConnectionConfiguration()).getOrThrow(); // this.sebClientConfigDAO.createNew(createLightConnectionConfiguration()).getOrThrow();
} // }
} }
private boolean isConnectionConfigAbsent() { private boolean isConnectionConfigAbsent() {