remove lame console spam

This commit is contained in:
zeromus 2014-04-27 01:20:53 +00:00
parent b3c7c44940
commit b4db548e94
1 changed files with 0 additions and 1 deletions

View File

@ -185,7 +185,6 @@ namespace BizHawk.Client.EmuHawk
//NOTE: this is not quite right. if someone held leftshift+rightshift it would be broken. seems unlikely, though.
if (button == "LeftShift")
{
Console.WriteLine("Processing modifiers with " + newState);
_Modifiers &= ~ModifierKey.Shift;
if (newState)
_Modifiers |= ModifierKey.Shift;