remove some debugging crap from c9e30060d4
This commit is contained in:
parent
542cf2433a
commit
3c53f52c6d
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue