Skip to content

Commit 750ef9a

Browse files
authored
Merge pull request #216 from musicinmybrain/debug-print
Remove accidentally-committed “debugging print”
2 parents 1198afc + b20c756 commit 750ef9a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sciunit/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,6 @@ def intern(cls_):
889889
# define an override for __new__ which looks in the cache first
890890
def __new__(cls, *args, **kwargs):
891891
"""Override used by sciunit.utils.intern to cache instances of this class."""
892-
print(877987987)
893892
# check cache
894893
__init__ = cls.__init__
895894
try:

0 commit comments

Comments
 (0)