From b20c7560ad0224fefd18c11018e9812226b02a87 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Wed, 5 Jul 2023 12:04:38 -0400 Subject: [PATCH] =?UTF-8?q?Remove=20accidentally-committed=20=E2=80=9Cdebu?= =?UTF-8?q?gging=20print=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/scidash/sciunit/commit/eb465540dc15188052b44724966d9f0fb98d5d04#r114786281 --- sciunit/utils.py | 1 - 1 file changed, 1 deletion(-) 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: