remove random logging
This commit is contained in:
parent
85fba2fb56
commit
58450e6bc3
@ -292,8 +292,6 @@ public class ReCodeItRemapper
|
|||||||
var fileName = Path.GetFileName(AssemblyPath);
|
var fileName = Path.GetFileName(AssemblyPath);
|
||||||
var path = Path.Combine(OutPath, fileName);
|
var path = Path.Combine(OutPath, fileName);
|
||||||
|
|
||||||
Logger.Log(fileName);
|
|
||||||
|
|
||||||
path = DataProvider.WriteAssemblyDefinition(path);
|
path = DataProvider.WriteAssemblyDefinition(path);
|
||||||
|
|
||||||
Logger.Log("-----------------------------------------------", ConsoleColor.Green);
|
Logger.Log("-----------------------------------------------", ConsoleColor.Green);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user