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);
|
logger.info("updating container in context {}", context);
|
||||||
AuthorizedTasks.executeSafely( () -> {
|
AuthorizedTasks.executeSafely( () -> {
|
||||||
try {
|
try {
|
||||||
logger.info("updating container in context {}", context);
|
|
||||||
registry.getStubs().update(hostingNode.id(), hostingNode.type().toString(),toXml(hostingNode));
|
registry.getStubs().update(hostingNode.id(), hostingNode.type().toString(),toXml(hostingNode));
|
||||||
}catch (Exception e) {
|
}catch (Exception e) {
|
||||||
throw new RuntimeException(e);
|
throw new RuntimeException(e);
|
||||||
|
|
Loading…
Reference in New Issue