mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[RomManipulation] remove debug output
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user