2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-03-25 03:39:17 +00:00

Remove some debug output

This commit is contained in:
Jarrod Johnson
2024-08-16 14:30:50 -04:00
parent bf56d40fb5
commit c43a667299

View File

@@ -57,10 +57,8 @@ async def interact(cloop, cnn):
async def srv_debug(sock):
cloop = asyncio.get_event_loop()
while True:
print("waiting")
cnn, addr = await cloop.sock_accept(sock)
util.spawn(interact(cloop, cnn))
print("next time")
def start_dbgif():