We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1198afc commit b20c756Copy full SHA for b20c756
sciunit/utils.py
@@ -889,7 +889,6 @@ def intern(cls_):
889
# define an override for __new__ which looks in the cache first
890
def __new__(cls, *args, **kwargs):
891
"""Override used by sciunit.utils.intern to cache instances of this class."""
892
- print(877987987)
893
# check cache
894
__init__ = cls.__init__
895
try:
0 commit comments