ZXHawk: Remove left over debug stuff
This commit is contained in:
parent
51a67a947a
commit
d8ccd4017a
|
@ -121,6 +121,8 @@ namespace BizHawk.Emulation.Cores.Computers.SinclairSpectrum
|
|||
// add to datacorder
|
||||
_datacorder.DataBlocks.Add(t);
|
||||
|
||||
/* debug stuff
|
||||
|
||||
StringBuilder export = new StringBuilder();
|
||||
foreach (var b in _datacorder.DataBlocks)
|
||||
{
|
||||
|
@ -133,6 +135,7 @@ namespace BizHawk.Emulation.Cores.Computers.SinclairSpectrum
|
|||
}
|
||||
|
||||
string o = export.ToString();
|
||||
*/
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue