logs removed
This commit is contained in:
parent
45e60c8b46
commit
efb9451211
|
@ -161,7 +161,6 @@ public class LegacyISPublisher implements Publisher{
|
|||
logger.info("updating container in context {}", context);
|
||||
AuthorizedTasks.executeSafely( () -> {
|
||||
try {
|
||||
logger.info("updating container in context {}", context);
|
||||
registry.getStubs().update(hostingNode.id(), hostingNode.type().toString(),toXml(hostingNode));
|
||||
}catch (Exception e) {
|
||||
throw new RuntimeException(e);
|
||||
|
|
Loading…
Reference in New Issue