Skip to content

Commit 53b2119

Browse files
author
Luca Marcelli
committed
remove debug stuff
1 parent efd3dbd commit 53b2119

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Example/Program.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ static void Main(string[] args)
2222
Instruction.Create(OpCodes.Call, p.BuildCall(typeof(Console), "WriteLine", typeof(void), new[] { typeof(string) })), // Console.WriteLine call
2323
Instruction.Create(OpCodes.Ret) // Always return smth
2424
};
25-
foreach (var memberRef in p.GetModule().GetMemberRefs())
26-
{
27-
Console.WriteLine(memberRef.Name);
28-
}
2925
Target target = new Target()
3026
{
3127
Namespace = "Test",

0 commit comments

Comments
 (0)