mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[RomManipulation] Remove debug log statements
This commit is contained in:
@@ -1387,16 +1387,6 @@ namespace SabreTools.Helper
|
||||
);
|
||||
}
|
||||
|
||||
// Special logging to remove later
|
||||
if (rom.SHA1 == lastrom.SHA1 && rom.Size != lastrom.Size)
|
||||
{
|
||||
logger.User("Hash duplicate found:\nRom SHA-1: " + lastrom.SHA1 + "\nRom Size: " + lastrom.Size + "\nNew Rom size: " + rom.Size);
|
||||
}
|
||||
if (rom.MD5 == lastrom.MD5 && rom.Size != lastrom.Size)
|
||||
{
|
||||
logger.User("Hash duplicate found:\nRom MD5: " + lastrom.MD5 + "\nRom Size: " + lastrom.Size + "\nNew Rom size: " + rom.Size);
|
||||
}
|
||||
|
||||
// If it's a duplicate, skip adding it to the output but add any missing information
|
||||
if (dupefound)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user