]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
uptodateness.py: remove what appears to be debugging lines
authorRowland Penny <rpenny@samba.org>
Wed, 18 Nov 2020 12:09:16 +0000 (12:09 +0000)
committerDouglas Bagnall <dbagnall@samba.org>
Thu, 19 Nov 2020 00:36:58 +0000 (00:36 +0000)
They do nothing except confuse users.

Signed-off-by: Rowland Penny <rpenny@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Autobuild-User(master): Douglas Bagnall <dbagnall@samba.org>
Autobuild-Date(master): Thu Nov 19 00:36:58 UTC 2020 on sn-devel-184

python/samba/uptodateness.py

index 711407e56417153b0f7122b30a5f87fc60254cf1..7914c47b8452713dc4f9edbd4589851064b8c70e 100644 (file)
@@ -87,8 +87,6 @@ def get_utdv(samdb, dn):
             settings_dn = str(res[0]["distinguishedName"][0])
             prefix, dsa_dn = settings_dn.split(',', 1)
         except IndexError as e:
-            print("Unknown invocation ID %s" % inv_id,
-                  file=sys.stderr)
             continue
         if prefix != 'CN=NTDS Settings':
             raise CommandError("Expected NTDS Settings DN, got %s" %