Skip to content

Commit 2f12399

Browse files
committed
Remove Log.info
1 parent 7ab1c4b commit 2f12399

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

EXILED/Exiled.Events/Patches/Events/Map/Scp244Spawning.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,6 @@ private static IEnumerable<CodeInstruction> Transpiler(IEnumerable<CodeInstructi
7676
new CodeInstruction(OpCodes.Ldloc_S, pickup.LocalIndex).WithLabels(continueLabel),
7777
});
7878

79-
for (int z = 0; z < newInstructions.Count; z++)
80-
API.Features.Log.Info($"[{z}] {newInstructions[z].opcode} {newInstructions[z].operand} : {newInstructions[z].labels.Count}");
81-
8279
for (int z = 0; z < newInstructions.Count; z++)
8380
yield return newInstructions[z];
8481

0 commit comments

Comments
 (0)