remove a debug line of code

This commit is contained in:
adelikat 2020-06-15 14:46:22 -05:00
parent 98b3d8d335
commit 03e2bccf6c
1 changed files with 0 additions and 2 deletions

View File

@ -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;