diff --git a/src/caoscrawler/converters.py b/src/caoscrawler/converters.py index 0a3311bf9e12ab0ad355a3fee8d48efbecd68715..44f8304da93021c6692a1cd298504cd278e5bb16 100644 --- a/src/caoscrawler/converters.py +++ b/src/caoscrawler/converters.py @@ -638,7 +638,6 @@ class DictElementConverter(Converter): return self._create_children_from_dict(element.value) except ConverterValidationError as err: path = generalStore[self.name] - print(path) raise ConverterValidationError( "Error during the validation of the dictionary located at the following node " "in the data structure:\n"