diff --git a/sciunit/utils.py b/sciunit/utils.py index 14d3b04..5d5f27e 100644 --- a/sciunit/utils.py +++ b/sciunit/utils.py @@ -889,7 +889,6 @@ def intern(cls_): # define an override for __new__ which looks in the cache first def __new__(cls, *args, **kwargs): """Override used by sciunit.utils.intern to cache instances of this class.""" - print(877987987) # check cache __init__ = cls.__init__ try: