mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-23 14:19:52 -06:00
gdb: Remove redundant log
This commit is contained in:
@ -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())
|
||||
|
Reference in New Issue
Block a user