Removed some debug code...

This commit is contained in:
pjgat09 2013-05-12 03:57:21 +00:00
parent a0f470b1bb
commit a7a045bb87
1 changed files with 0 additions and 1 deletions

View File

@ -1039,7 +1039,6 @@ namespace BizHawk.MultiClient
{
if (InputValidate.IsValidUnsignedNumber(mnemonic.Substring(srcindex + start, 3)))
{
Console.WriteLine((float)(Int32.Parse(mnemonic.Substring(srcindex + start, 3)) - 128));
Force("P" + player + " " + name, Int32.Parse(mnemonic.Substring(srcindex + start, 3)) - 128);
}