mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2025-02-17 05:18:27 +00:00
remove commented code
This commit is contained in:
parent
3e764a7b59
commit
119dbb2db7
1 changed files with 0 additions and 3 deletions
|
@ -72,8 +72,6 @@ namespace SanAndreasUnity.Importing.Archive
|
|||
_entries.Add(entry);
|
||||
_fileDict.Add(entry.Name, entry);
|
||||
|
||||
//UnityEngine.Debug.Log ("Adding image archive entry: " + entry.Name);
|
||||
|
||||
var ext = Path.GetExtension(entry.Name);
|
||||
if (ext == null)
|
||||
{
|
||||
|
@ -84,7 +82,6 @@ namespace SanAndreasUnity.Importing.Archive
|
|||
if (!_extDict.ContainsKey(ext))
|
||||
{
|
||||
_extDict.Add(ext, new List<string>());
|
||||
//UnityEngine.Debug.Log("New image archive extension: \"" + ext + "\" for: \"" + entry.Name + "\"");
|
||||
}
|
||||
|
||||
_extDict[ext].Add(entry.Name);
|
||||
|
|
Loading…
Add table
Reference in a new issue