Skip to content

Commit 9d0f6f0

Browse files
committed
remove debug output
1 parent af72acb commit 9d0f6f0

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Source/ModSwitch/[Patches]/Patches.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,6 @@ public static IEnumerable<CodeInstruction> Transpiler(IEnumerable<CodeInstructio
253253
return instructions;
254254
}
255255

256-
Log.Message($"operand: {instructions[idxGetItemInstallInfo - 1].operand.GetType()}");
257-
258256
LocalBuilder lbTS = null;
259257
var opcode = instructions[idxGetItemInstallInfo - 1].opcode;
260258
if (opcode == OpCodes.Ldloca || opcode == OpCodes.Ldloca_S) {

0 commit comments

Comments
 (0)