diff --git a/src/BizHawk.Emulation.Cores/Waterbox/WaterboxHost.cs b/src/BizHawk.Emulation.Cores/Waterbox/WaterboxHost.cs index 169fa7b21a..b044fc78b5 100644 --- a/src/BizHawk.Emulation.Cores/Waterbox/WaterboxHost.cs +++ b/src/BizHawk.Emulation.Cores/Waterbox/WaterboxHost.cs @@ -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); }