Removed exception for missing configurations

This commit is contained in:
Fabio Sinibaldi 2023-03-28 12:32:15 +02:00
parent 5b969ac2cb
commit 306c6723b8
1 changed files with 1 additions and 2 deletions

View File

@ -35,8 +35,7 @@ public class TransformerManager {
else return new Translator(m);
}
}
throw new ConfigurationException("No specific mapping for the catalogue item has been configured. "
+ "By continuing with the upload some metadata might not be upload to Zenodo.");
return new Translator();
}