Skip to content

Commit 478df81

Browse files
committed
Remove Testing Log
1 parent 925ee34 commit 478df81

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

EXILED/Exiled.Events/Patches/Events/Server/RoundEnd.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ private static IEnumerable<CodeInstruction> Transpiler(IEnumerable<CodeInstructi
5151
{
5252
List<CodeInstruction> newInstructions = ListPool<CodeInstruction>.Pool.Get(instructions);
5353

54-
for (int z = 0; z < newInstructions.Count; z++)
55-
Log.Info($"[{z}] {newInstructions[z].opcode} {newInstructions[z].operand} ({newInstructions[z].labels.Count})");
56-
5754
const string LeadingTeam = "<leadingTeam>5__4";
5855
const string NewList = "<newList>5__3";
5956

0 commit comments

Comments
 (0)