vlv tests: remove uninteresting debug message
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Wed, 3 Aug 2016 04:04:30 +0000 (16:04 +1200)
committerDouglas Bagnall <dbagnall@samba.org>
Fri, 19 Aug 2016 11:31:27 +0000 (13:31 +0200)
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
source4/dsdb/tests/python/vlv.py

index 069731920e07f4556a0aba34b470782ce4a12d09..9fe453d7b804373ff0428c859e1da204a38480f5 100644 (file)
@@ -773,7 +773,6 @@ class VLVTests(samba.tests.TestCase):
         searching in the entire tree, not just our OU. This is the
         way to find deleted objects.
         """
-        t = time.time()
         if base is None:
             base = self.base_dn
         sort_control = "server_sort:1:0:%s" % attr
@@ -785,7 +784,6 @@ class VLVTests(samba.tests.TestCase):
                               attrs=[attr],
                               controls=controls)
         results = [x[attr][0] for x in res]
-        print "get_expected_order_showing_deleted took %.1f" % (time.time() - t)
         return results
 
     def add_deleted_users(self, n):