[DatFile] Remove debug code

This commit is contained in:
Matt Nadareski
2018-02-08 00:41:49 -08:00
parent a44783b4f7
commit c9d15eb0c2

View File

@@ -3279,11 +3279,6 @@ namespace SabreTools.Library.DatFiles
/// <returns>The key for the item</returns> /// <returns>The key for the item</returns>
public string ParseAddHelper(DatItem item, bool clean, bool remUnicode) public string ParseAddHelper(DatItem item, bool clean, bool remUnicode)
{ {
if (item.Name == "3DMaze/WINDOWS/TEMP/")
{
Console.WriteLine();
}
string key = ""; string key = "";
// If there's no name in the rom, we log and skip it // If there's no name in the rom, we log and skip it