Skip to content

Commit

Permalink
Remove accidentally-committed “debugging print”
Browse files Browse the repository at this point in the history
  • Loading branch information
musicinmybrain committed Jul 5, 2023
1 parent 1198afc commit b20c756
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sciunit/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b20c756

Please sign in to comment.