removed debug code

This commit is contained in:
2025-04-05 02:08:23 +05:00
parent 7c0345b160
commit 05c6bdf008
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -332,8 +332,6 @@ public class SaveParserEU4
public Dictionary<string, List<object>> Parse()
{
var root = ParseDict();
if (root.Count == 0)
throw new Exception("Save file is empty");
return root;
}
}