mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
KCC: remove print statements from kcc_utils
debug noise should not go to stdout Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
898d8b3987
commit
87c68e0bc9
@ -774,9 +774,6 @@ class DirectoryServiceAgent(object):
|
|||||||
connect_table and will be marked as "to be added" pending
|
connect_table and will be marked as "to be added" pending
|
||||||
a call to commit_connections()
|
a call to commit_connections()
|
||||||
"""
|
"""
|
||||||
print("new_connection: between %s and %s" %
|
|
||||||
(self.dsa_dnstr, from_dnstr))
|
|
||||||
|
|
||||||
dnstr = "CN=%s," % str(uuid.uuid4()) + self.dsa_dnstr
|
dnstr = "CN=%s," % str(uuid.uuid4()) + self.dsa_dnstr
|
||||||
|
|
||||||
connect = NTDSConnection(dnstr)
|
connect = NTDSConnection(dnstr)
|
||||||
|
Loading…
Reference in New Issue
Block a user