diff options
| author | Joseph Sutton <josephsutton@catalyst.net.nz> | 2023-05-26 15:42:27 +1200 |
|---|---|---|
| committer | Andrew Bartlett <abartlet@samba.org> | 2023-05-29 22:32:28 +0000 |
| commit | 20ba6e487b08acb390ad35178dc6759a558877aa (patch) | |
| tree | 931e741a4017400b068cf7adc44c29cf013f0068 /python/samba | |
| parent | de4ce89e0a507c23aaba2d8719a6943034b213c1 (diff) | |
| download | samba-20ba6e487b08acb390ad35178dc6759a558877aa.tar.gz samba-20ba6e487b08acb390ad35178dc6759a558877aa.tar.bz2 samba-20ba6e487b08acb390ad35178dc6759a558877aa.zip | |
tests/auth_log: Remove debugging code
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'python/samba')
| -rw-r--r-- | python/samba/tests/auth_log_pass_change.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/python/samba/tests/auth_log_pass_change.py b/python/samba/tests/auth_log_pass_change.py index 1b5e769c3d1..eef2d743684 100644 --- a/python/samba/tests/auth_log_pass_change.py +++ b/python/samba/tests/auth_log_pass_change.py @@ -51,11 +51,6 @@ class AuthLogPassChangeTests(samba.tests.auth_log_base.AuthLogTestBase): credentials=self.get_credentials(), lp=self.get_loadparm()) - print("ldb %s" % type(self.ldb)) - # Gets back the basedn - base_dn = self.ldb.domain_dn() - print("base_dn %s" % base_dn) - # permit password changes during this test PasswordCommon.allow_password_changes(self, self.ldb) |
