Skip to content

Commit b971eac

Browse files
committed
arrgh remove that debug line
1 parent d8513ab commit b971eac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

deepdiff/diff.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,6 @@ def _skip_this(self, level):
382382
Check whether this comparison should be skipped because one of the objects to compare meets exclusion criteria.
383383
:rtype: bool
384384
"""
385-
print(f"skip? {level.path()}")
386385
skip = False
387386
if self.exclude_paths and level.path() in self.exclude_paths:
388387
skip = True

0 commit comments

Comments
 (0)