From b436e6d4d1277956c807bf602d32134ca19630e0 Mon Sep 17 00:00:00 2001 From: Alexander Kryklia Date: Thu, 3 Jan 2013 14:11:41 +0200 Subject: [PATCH] removed debugger call --- common/lib/capa/capa/tests/test_inputtypes.py | 1 - 1 file changed, 1 deletion(-) diff --git a/common/lib/capa/capa/tests/test_inputtypes.py b/common/lib/capa/capa/tests/test_inputtypes.py index 58b0bb2f9f..0b3eeea0c6 100644 --- a/common/lib/capa/capa/tests/test_inputtypes.py +++ b/common/lib/capa/capa/tests/test_inputtypes.py @@ -557,5 +557,4 @@ class DragAndDropTest(unittest.TestCase): [{"y": "90", "x": "210", "id": "t1", "w": "90", "h": "90"}, \ {"y": "160", "x": "370", "id": "t2", "w": "90", "h": "90"}]}', } - # import ipdb; ipdb.set_trace() self.assertEqual(context, expected)