not everyone will appreciate console spam as much as i do. spam of any sort or kind is the greatest in my mind. console, canned, or in my mail, it brings me joy without a fail

This commit is contained in:
zeromus 2013-07-27 23:15:55 +00:00
parent ba210103c1
commit 1280e47fed
1 changed files with 0 additions and 1 deletions

View File

@ -299,7 +299,6 @@ namespace BizHawk.MultiClient
void CaptureRewindStateNonDelta()
{
Console.WriteLine(RewindBuf.Size);
byte[] CurrentState = Global.Emulator.SaveStateBinary();
long offset = RewindBuf.Enqueue(0, CurrentState.Length + 1);