mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-24 00:23:21 -07:00
LttPClient: remove accidental logger remnant #2
This commit is contained in:
@@ -716,7 +716,6 @@ async def snes_write(ctx: Context, write_list):
|
||||
for address, data in write_list:
|
||||
PutAddress_Request['Operands'] = [hex(address)[2:], hex(len(data))[2:]]
|
||||
if ctx.snes_socket is not None:
|
||||
snes_logger.info((PutAddress_Request, data))
|
||||
await ctx.snes_socket.send(dumps(PutAddress_Request))
|
||||
await ctx.snes_socket.send(data)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user