Skip to content

Commit 6b0b78d

Browse files
committed
LttPClient: remove accidental logger remnant #2
1 parent c336cdc commit 6b0b78d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

LttPClient.py

-1
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,6 @@ async def snes_write(ctx: Context, write_list):
716716
for address, data in write_list:
717717
PutAddress_Request['Operands'] = [hex(address)[2:], hex(len(data))[2:]]
718718
if ctx.snes_socket is not None:
719-
snes_logger.info((PutAddress_Request, data))
720719
await ctx.snes_socket.send(dumps(PutAddress_Request))
721720
await ctx.snes_socket.send(data)
722721
else:

0 commit comments

Comments
 (0)