oops, remove some debugging code that shouoldnt' be checked in

This commit is contained in:
adelikat 2017-05-13 08:01:04 -05:00
parent 5897721637
commit ee183d3505
1 changed files with 0 additions and 1 deletions

View File

@ -60,7 +60,6 @@ namespace BizHawk.Emulation.Cores.Computers.Commodore64
{
get
{
return SaveState.InspectProperties(_board.Cia0);
if (_board.CartPort.IsConnected)
{
return _board.CartPort.CartridgeType;