logs removed

This commit is contained in:
Lucio Lelii 2022-06-30 12:35:31 +02:00
parent 45e60c8b46
commit efb9451211
1 changed files with 0 additions and 1 deletions

View File

@ -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);