From 8b67b20e8afa73de755c5d379efe53508d731bad Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Wed, 19 Aug 2026 14:11:02 -0400 Subject: [PATCH] Remove stray print statement --- confluent_server/confluent/collective/manager.py | 1 - 1 file changed, 1 deletion(-) diff --git a/confluent_server/confluent/collective/manager.py b/confluent_server/confluent/collective/manager.py index f628b5a1..37c768e0 100644 --- a/confluent_server/confluent/collective/manager.py +++ b/confluent_server/confluent/collective/manager.py @@ -627,7 +627,6 @@ async def handle_connection(connection, cert, request, local=False): await tlvdata.close(connection) return if leader_init.active: - print("initting leader....") await tlvdata.send(connection, {'error': 'Servicing a connection', 'waitinline': True}) await tlvdata.close(connection)