remove a debug line of code
This commit is contained in:
parent
98b3d8d335
commit
03e2bccf6c
|
@ -90,8 +90,6 @@ namespace BizHawk.Emulation.Cores.Waterbox
|
|||
|
||||
foreach (var input in inputs)
|
||||
{
|
||||
if (input.Type == InputType.ResetButton)
|
||||
System.Diagnostics.Debugger.Break();
|
||||
if (input.Type == InputType.Padding)
|
||||
continue;
|
||||
|
||||
|
|
Loading…
Reference in New Issue