mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Remove debug text
This commit is contained in:
@@ -162,11 +162,6 @@ namespace DATabase
|
|||||||
string lastgame = "";
|
string lastgame = "";
|
||||||
foreach (RomData rom in roms)
|
foreach (RomData rom in roms)
|
||||||
{
|
{
|
||||||
if (lastgame.Contains("Adventures of Batman"))
|
|
||||||
{
|
|
||||||
Console.WriteLine(lastgame + ", " + rom.Game);
|
|
||||||
}
|
|
||||||
|
|
||||||
string state = "";
|
string state = "";
|
||||||
if (lastgame != "" && lastgame != rom.Game)
|
if (lastgame != "" && lastgame != rom.Game)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user