Skip to content

Commit d9b5f5b

Browse files
committed
woops
1 parent 74d6718 commit d9b5f5b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/superduperreload/patching.py

-2
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,6 @@ def _patch_dict_referrer(
307307
self, ref: Dict[object, object], old: object, new: object
308308
) -> None:
309309
# reinsert everything in the dict in iteration order, updating refs of 'old' to 'new'
310-
# if hasattr(old, "__class__") and issubclass(old.__class__, Enum):
311-
# print(old, new, ref)
312310
for k, v in dict(ref).items():
313311
if k is old:
314312
del ref[k]

0 commit comments

Comments
 (0)