drop commented debug code

This commit is contained in:
Mike McLean 2016-10-25 16:49:33 -04:00
parent 2817de2361
commit b02b91ab06

View file

@ -142,7 +142,6 @@ class TestRuleHandling(unittest.TestCase):
self.assertEqual(action, None)
def test_custom_rules(self):
#import pdb; pdb.set_trace()
tests = koji.policy.findSimpleTests([globals(), koji.policy.__dict__])
rules = ['bool_check :: True', 'all :: False']