From 57d29b5145704cd111e779c119ce835dcf7928cb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com>
Date: Tue, 24 Jan 2023 17:16:47 +0100
Subject: [PATCH] MAINT: remove unneeded output

---
 src/caoscrawler/converters.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/caoscrawler/converters.py b/src/caoscrawler/converters.py
index 0a3311bf..44f8304d 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"
-- 
GitLab