remove accidentally committed debugging code

security-update
Andrew Port 2021-09-23 00:18:03 -07:00
parent e993ff95c5
commit b8f4e71f5b
1 changed files with 0 additions and 2 deletions

View File

@ -758,8 +758,6 @@ class TestPath(unittest.TestCase):
]
for c, h in zip(test_curves, expected_hashes):
if hash(c) != h:
from pdb import set_trace; set_trace()
self.assertTrue(hash(c) == h, msg="hash {} was expected for curve = {}".format(h, c))
def test_circle(self):