mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-28 00:16:23 +02:00
gdb: Remove redundant log
This commit is contained in:
parent
4a8463c2f7
commit
c2d84ffdde
1 changed files with 0 additions and 1 deletions
|
@ -238,7 +238,6 @@ namespace Ryujinx.HLE.Debugger
|
||||||
|
|
||||||
private void ProcessCommand(string cmd)
|
private void ProcessCommand(string cmd)
|
||||||
{
|
{
|
||||||
Logger.Debug?.Print(LogClass.GdbStub, $"Receive: {cmd}");
|
|
||||||
StringStream ss = new StringStream(cmd);
|
StringStream ss = new StringStream(cmd);
|
||||||
|
|
||||||
switch (ss.ReadChar())
|
switch (ss.ReadChar())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue