[RomManipulation] remove debug output

This commit is contained in:
Matt Nadareski
2016-05-30 11:44:44 -07:00
parent 6c72e0cbe2
commit 682dba5290

View File

@@ -279,7 +279,6 @@ namespace SabreTools.Helper
// Now add the rom to the dictionary // Now add the rom to the dictionary
string key = rom.Size + "-" + rom.CRC; string key = rom.Size + "-" + rom.CRC;
Console.WriteLine(key);
if (datdata.Roms.ContainsKey(key)) if (datdata.Roms.ContainsKey(key))
{ {
datdata.Roms[key].Add(rom); datdata.Roms[key].Add(rom);