From: Joseph Sutton Date: Fri, 24 Nov 2023 02:03:40 +0000 (+1300) Subject: python:tests: Remove leftover debugging message X-Git-Tag: talloc-2.4.2~398 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5287411be8d6d21e66a379612af4da159567d3cf;p=thirdparty%2Fsamba.git python:tests: Remove leftover debugging message Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/python/samba/tests/blackbox/claims.py b/python/samba/tests/blackbox/claims.py index 3a9a19cce33..cad8095ef27 100755 --- a/python/samba/tests/blackbox/claims.py +++ b/python/samba/tests/blackbox/claims.py @@ -520,8 +520,6 @@ class ClaimsSupportTests(BlackboxTestCase): server_finished, server_to_client = gensec_target.update( client_to_server) - print("Got ticket to server we were set not to get a ticket to, and decrypted it") - if __name__ == "__main__": import unittest