mirror of
https://github.com/xcat2/confluent.git
synced 2026-09-21 16:39:32 +00:00
Remove stray print statement
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user