diff --git a/src/main/java/org/gcube/common/core/publisher/is/legacy/LegacyISPublisher.java b/src/main/java/org/gcube/common/core/publisher/is/legacy/LegacyISPublisher.java index 3db1b1f..01e8f72 100644 --- a/src/main/java/org/gcube/common/core/publisher/is/legacy/LegacyISPublisher.java +++ b/src/main/java/org/gcube/common/core/publisher/is/legacy/LegacyISPublisher.java @@ -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);