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

Unified Diff: tracing/tracing/ui/value_set_view.html

Issue 2061853002: Fix a few side panel bugs (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: set overflow-y:auto on side-panel-container Created 4 years, 6 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
« no previous file with comments | « tracing/tracing/ui/side_panel/side_panel_container.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/ui/value_set_view.html
diff --git a/tracing/tracing/ui/value_set_view.html b/tracing/tracing/ui/value_set_view.html
index 20230c6b15b470d2f8957ed43f10755e36d7b5f3..cebde190ca373a9b73f36385146be1b3743c1fb8 100644
--- a/tracing/tracing/ui/value_set_view.html
+++ b/tracing/tracing/ui/value_set_view.html
@@ -28,7 +28,6 @@ tr.exportTo('tr.ui', function() {
},
onSelectedTabChange_: function() {
- console.debug(this.$.container.selectedTab);
if (!this.$.container.selectedTab)
return;
« no previous file with comments | « tracing/tracing/ui/side_panel/side_panel_container.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698