Skip to content

Commit cbb2e16

Browse files
committed
Drop accidental debug output
1 parent ad4f456 commit cbb2e16

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

netfx_loader/ClrLoader.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,14 @@ public static void CloseAppDomain(IntPtr domain)
8484
}
8585
}
8686

87+
#if DEBUG
8788
static void Print(string s)
8889
{
8990
Console.WriteLine(s);
9091
}
92+
#else
93+
static void Print(string s) {}
94+
#endif
9195
}
9296

9397
}

0 commit comments

Comments
 (0)