diff --git a/src/main/java/org/gcube/informationsystem/resourceregistry/schema/ResourceRegistrySchemaClientImpl.java b/src/main/java/org/gcube/informationsystem/resourceregistry/schema/ResourceRegistrySchemaClientImpl.java index 95e30d0..0a2f6b9 100644 --- a/src/main/java/org/gcube/informationsystem/resourceregistry/schema/ResourceRegistrySchemaClientImpl.java +++ b/src/main/java/org/gcube/informationsystem/resourceregistry/schema/ResourceRegistrySchemaClientImpl.java @@ -103,7 +103,6 @@ public class ResourceRegistrySchemaClientImpl implements ResourceRegistrySchemaC @Override public String read(String type, Boolean polymorphic) throws ContextNotFoundException, ResourceRegistryException { - try { logger.info("Going to get {} schema", type); StringWriter stringWriter = new StringWriter();