Remove debug text

This commit is contained in:
Matt Nadareski
2016-03-22 15:45:19 -07:00
parent 175690e2d5
commit 61d4f0211a

View File

@@ -162,11 +162,6 @@ namespace DATabase
string lastgame = "";
foreach (RomData rom in roms)
{
if (lastgame.Contains("Adventures of Batman"))
{
Console.WriteLine(lastgame + ", " + rom.Game);
}
string state = "";
if (lastgame != "" && lastgame != rom.Game)
{