We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af72acb commit 9d0f6f0Copy full SHA for 9d0f6f0
1 file changed
Source/ModSwitch/[Patches]/Patches.cs
@@ -253,8 +253,6 @@ public static IEnumerable<CodeInstruction> Transpiler(IEnumerable<CodeInstructio
253
return instructions;
254
}
255
256
- Log.Message($"operand: {instructions[idxGetItemInstallInfo - 1].operand.GetType()}");
257
-
258
LocalBuilder lbTS = null;
259
var opcode = instructions[idxGetItemInstallInfo - 1].opcode;
260
if (opcode == OpCodes.Ldloca || opcode == OpCodes.Ldloca_S) {
0 commit comments