Skip to content

Commit

Permalink
Merge pull request #216 from musicinmybrain/debug-print
Browse files Browse the repository at this point in the history
Remove accidentally-committed “debugging print”
  • Loading branch information
rgerkin authored Jul 6, 2023
2 parents 1198afc + b20c756 commit 750ef9a
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 750ef9a

Please sign in to comment.