Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1626)

Unified Diff: dart/tools/testing/dart/test_runner.dart

Issue 95593002: Remove left-over print statement in test_runner.dart (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
});
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698