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:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user