VLV tests: remove vestigial pdb stub
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Tue, 19 Jul 2016 02:03:57 +0000 (14:03 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 19 Jul 2016 15:22:51 +0000 (17:22 +0200)
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Tue Jul 19 17:22:51 CEST 2016 on sn-devel-144

source4/dsdb/tests/python/vlv.py

index 6619ba80ae4e09f5a30c44191887e66e9f7429d3..069731920e07f4556a0aba34b470782ce4a12d09 100644 (file)
@@ -988,9 +988,6 @@ class VLVTests(samba.tests.TestCase):
             for before in [0, 1, 3]:
                 for after in [0, 4]:
                     for gte in gte_tests:
-                        if attr == 'audio' and 0:
-                            import pdb
-                            pdb.set_trace()
                         vlv_search = encode_vlv_control(before=before,
                                                         after=after,
                                                         gte=gte)