Skip to content

Commit 7a0cf5b

Browse files
committed
Deactivate debug print
This was added as an aid in drafting PR 44, but missed until after the merge. References: * #44 Signed-off-by: Alex Nelson <[email protected]>
1 parent 04571eb commit 7a0cf5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dfxml/objects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2412,7 +2412,7 @@ def populate_from_Element(self, e: ET.Element) -> None:
24122412
#_logger.debug("getattr(self, %r) = %r" % (ctn, getattr(self, ctn)))
24132413
elif cns not in [dfxml.XMLNS_DFXML, ""]:
24142414
# Put all non-DFXML-namespace elements into the externals list.
2415-
_logger.debug("ce.tag = %r.", ce.tag)
2415+
# _logger.debug("ce.tag = %r.", ce.tag)
24162416
self.externals.append(ce)
24172417
else:
24182418
if (cns, ctn, VolumeObject) not in _warned_elements:

0 commit comments

Comments
 (0)