remove random logging

This commit is contained in:
Cj 2024-06-21 05:19:10 -04:00
parent 85fba2fb56
commit 58450e6bc3

View File

@ -292,8 +292,6 @@ public class ReCodeItRemapper
var fileName = Path.GetFileName(AssemblyPath);
var path = Path.Combine(OutPath, fileName);
Logger.Log(fileName);
path = DataProvider.WriteAssemblyDefinition(path);
Logger.Log("-----------------------------------------------", ConsoleColor.Green);