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

Unified Diff: runtime/bin/vmservice/client/lib/src/observatory_elements/navigation_bar_isolate.dart

Issue 148153007: Add Google Charts to Observatory and use it in allocation profiler (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 11 months 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
Index: runtime/bin/vmservice/client/lib/src/observatory_elements/navigation_bar_isolate.dart
diff --git a/runtime/bin/vmservice/client/lib/src/observatory_elements/navigation_bar_isolate.dart b/runtime/bin/vmservice/client/lib/src/observatory_elements/navigation_bar_isolate.dart
index cbe281113c06067dcfd812788bf287e12d08bdee..e42a66e2ef025b96be9f5f98b76c99f37f627747 100644
--- a/runtime/bin/vmservice/client/lib/src/observatory_elements/navigation_bar_isolate.dart
+++ b/runtime/bin/vmservice/client/lib/src/observatory_elements/navigation_bar_isolate.dart
@@ -22,7 +22,6 @@ class NavigationBarIsolateElement extends ObservatoryElement {
if (app == null) {
return '';
}
- print('Fetching name');
var isolate = app.locationManager.currentIsolate();
if (isolate == null) {
return '';
« no previous file with comments | « runtime/bin/vmservice/client/lib/src/observatory_elements/heap_profile.html ('k') | runtime/bin/vmservice/client/precommit.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698