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

Unified Diff: runtime/bin/main.cc

Issue 2570483003: Cleanup the kernel service implementation and avoid printing on the console when no tracing flags a… (Closed)
Patch Set: Created 4 years 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 | runtime/tools/kernel-service.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/main.cc
diff --git a/runtime/bin/main.cc b/runtime/bin/main.cc
index 5a89f4d4ddc0c321b2e599d78d2886b133d09e75..28804f4a1b6deccf32c39e52e95fbbe3a5cd4882 100644
--- a/runtime/bin/main.cc
+++ b/runtime/bin/main.cc
@@ -910,7 +910,6 @@ static Dart_Isolate CreateIsolateAndSetupHelper(const char* script_uri,
CHECK_RESULT(result);
if (!Dart_IsKernelIsolate(isolate) && use_dart_frontend) {
- Log::PrintErr("Waiting for Kernel isolate to load.\n");
// This must be the main script to be loaded. Wait for Kernel isolate
// to finish initialization.
Dart_Port port = Dart_ServiceWaitForKernelPort();
« no previous file with comments | « no previous file | runtime/tools/kernel-service.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698