| Index: dart/tools/testing/dart/test_runner.dart
|
| diff --git a/dart/tools/testing/dart/test_runner.dart b/dart/tools/testing/dart/test_runner.dart
|
| index 79984c586a12b23f8cf8214bbffd4033036e5d44..38f500bef2821455503d8d8e891709810c533034 100644
|
| --- a/dart/tools/testing/dart/test_runner.dart
|
| +++ b/dart/tools/testing/dart/test_runner.dart
|
| @@ -2420,7 +2420,6 @@ class ProcessQueue {
|
| // Wait until the commandQueue/execturo is done (it may need to stop
|
| // batch runners, browser controllers, ....)
|
| commandQueue.done.then((_) {
|
| - print("Final cancel on Debug timer");
|
| cancelDebugTimer();
|
| eventAllTestsDone();
|
| });
|
|
|