remove some debugging crap from c9e30060d4

This commit is contained in:
CasualPokePlayer 2023-05-19 22:28:32 -07:00
parent 542cf2433a
commit 3c53f52c6d
1 changed files with 0 additions and 1 deletions

View File

@ -104,7 +104,6 @@ namespace BizHawk.Emulation.Cores.Waterbox
try
{
var count = (int)size;
Console.WriteLine($"READ CALLBACK: {count}");
var n = _backingSpanStream.Read(new((void*)data, count));
return Z.SS(n);
}