Commit b3b00ce4 authored by Alexander Schrode's avatar Alexander Schrode Committed by oroulet

remove test

parent aa1514b8
......@@ -116,7 +116,6 @@ class XmlImporter:
for nodedata in nodes_parsed: # self.parser:
try:
node = await self._add_node_data(nodedata, no_namespace_migration=True)
raise Exception('test')
except Exception as e:
_logger.warning("failure adding node %s %s", nodedata, e)
if self.strict_mode:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment