Skip to content

Commit 8234bed

Browse files
committed
Fix some leftover code from debugging
1 parent 21788da commit 8234bed

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

build-tools/Xamarin.Android.Tools.BootstrapTasks/Xamarin.Android.Tools.BootstrapTasks/RunAndroidEmulatorCheckBootTimes.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ void dataReceived (object sender, DataReceivedEventArgs args)
186186
process.CancelErrorRead ();
187187

188188
if (error || !process.HasExited || process.ExitCode != 0) {
189-
Console.WriteLine ($"RunProcess: error:{error}");
190189
return false;
191190
}
192191
}

tests/MSBuildDeviceIntegration/Tests/DebuggingTest.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -440,8 +440,6 @@ public Foo ()
440440
TestContext.Out.WriteLine (text);
441441
};
442442
session.OutputWriter += (isStderr, text) => {
443-
if (isStderr)
444-
System.Diagnostics.Debugger.Break ();
445443
TestContext.Out.WriteLine (text);
446444
};
447445
session.DebugWriter += (level, category, message) => {

0 commit comments

Comments
 (0)