1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

python:tests: Remove leftover debugging message

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton 2023-11-24 15:03:40 +13:00 committed by Andrew Bartlett
parent 49f54e2bd6
commit 5287411be8

View File

@ -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