0
0
mirror of https://github.com/sp-tarkov/assembly-tool.git synced 2025-02-12 20:30:43 -05:00

Remove debug logging

This commit is contained in:
Cj 2025-01-11 13:12:53 -05:00
parent 2589d0d3bc
commit 371bda961c

View File

@ -278,8 +278,6 @@ public class ReMapper
UseForceRename = true
};
Logger.LogSync($"{type.Value.Name} -> {template.Name}{extName}");
_remaps.Add(remap);
}
}