gdb: Remove redundant log

This commit is contained in:
Coxxs 2025-06-21 00:02:31 +08:00
parent 4a8463c2f7
commit c2d84ffdde

View file

@ -238,7 +238,6 @@ namespace Ryujinx.HLE.Debugger
private void ProcessCommand(string cmd)
{
Logger.Debug?.Print(LogClass.GdbStub, $"Receive: {cmd}");
StringStream ss = new StringStream(cmd);
switch (ss.ReadChar())