Skip to content

Commit

Permalink
上个提交的日志忘了去掉
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Dec 7, 2020
1 parent 1d0db7a commit ca5ca33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/VSProj/Src/Tools/CodeTranslator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,6 @@ MethodReference tryAddBaseProxy(TypeDefinition type, MethodDefinition method)
typeToProxy = new Dictionary<TypeDefinition, MethodReference>();
baseProxys.Add(mbase, typeToProxy);
}
Console.WriteLine(">>>>>>>>>>>>>>>>>>>>>>>>>>>>>" + mbase + ">>>>>>>>>>>>>>>>>>>" + type);
typeToProxy.Add(type, proxyMethod);
return proxyMethod;
}
Expand Down

0 comments on commit ca5ca33

Please sign in to comment.