We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8513ab commit b971eacCopy full SHA for b971eac
deepdiff/diff.py
@@ -382,7 +382,6 @@ def _skip_this(self, level):
382
Check whether this comparison should be skipped because one of the objects to compare meets exclusion criteria.
383
:rtype: bool
384
"""
385
- print(f"skip? {level.path()}")
386
skip = False
387
if self.exclude_paths and level.path() in self.exclude_paths:
388
skip = True
0 commit comments