mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
disable log
This commit is contained in:
parent
e844050d24
commit
55fb41ee0c
@ -52,7 +52,7 @@ string FindMirrorRuntimeReference(ICompiledAssembly compiledAssembly)
|
|||||||
|
|
||||||
public override ILPostProcessResult Process(ICompiledAssembly compiledAssembly)
|
public override ILPostProcessResult Process(ICompiledAssembly compiledAssembly)
|
||||||
{
|
{
|
||||||
Log.Warning($"Processing {compiledAssembly.Name}");
|
//Log.Warning($"Processing {compiledAssembly.Name}");
|
||||||
|
|
||||||
// load the InMemoryAssembly peData into a MemoryStream
|
// load the InMemoryAssembly peData into a MemoryStream
|
||||||
byte[] peData = compiledAssembly.InMemoryAssembly.PeData;
|
byte[] peData = compiledAssembly.InMemoryAssembly.PeData;
|
||||||
|
Loading…
Reference in New Issue
Block a user