diff --git a/src/main/java/org/gcube/documentstore/records/implementation/ConfigurationGetPropertyValues.java b/src/main/java/org/gcube/documentstore/records/implementation/ConfigurationGetPropertyValues.java index 98b136e..34c44c4 100644 --- a/src/main/java/org/gcube/documentstore/records/implementation/ConfigurationGetPropertyValues.java +++ b/src/main/java/org/gcube/documentstore/records/implementation/ConfigurationGetPropertyValues.java @@ -19,10 +19,7 @@ public class ConfigurationGetPropertyValues { if (inputStream != null) { prop=new Properties(); prop.load(inputStream); - } else { - logger.trace("property file not Found"+propFileName); } - }catch (Exception e) { logger.trace("property file error on input stream"+e.getLocalizedMessage()); }