remove accidentally committed debugging code
parent
e993ff95c5
commit
b8f4e71f5b
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue