Remove debugging output

This commit is contained in:
Matt Nadareski
2016-05-17 23:29:34 -07:00
parent 76c3ff567b
commit 6819f465ac

View File

@@ -272,7 +272,6 @@ namespace SabreTools
newrom.Game = Path.GetDirectoryName(filename) + Path.DirectorySeparatorChar.ToString() + newrom.Game = Path.GetDirectoryName(filename) + Path.DirectorySeparatorChar.ToString() +
Path.GetFileNameWithoutExtension(filename) + Path.DirectorySeparatorChar + newrom.Game; Path.GetFileNameWithoutExtension(filename) + Path.DirectorySeparatorChar + newrom.Game;
newroms.Add(newrom); newroms.Add(newrom);
Console.WriteLine(newrom.Game);
} }
userData.Roms[key] = newroms; userData.Roms[key] = newroms;
} }