| Index: tracing/tracing/value/ui/telemetry_info_span.html
|
| diff --git a/tracing/tracing/value/ui/telemetry_info_span.html b/tracing/tracing/value/ui/telemetry_info_span.html
|
| index 63a8b92ac180ef2507de50a3b5bd4e033ac82100..961f87f330aedff481fb2aa88662b728e6741f57 100644
|
| --- a/tracing/tracing/value/ui/telemetry_info_span.html
|
| +++ b/tracing/tracing/value/ui/telemetry_info_span.html
|
| @@ -49,9 +49,6 @@ Polymer({
|
| if (this.diagnostic.benchmarkStart) {
|
| rows.push(['benchmark start', this.diagnostic.benchmarkStartString]);
|
| }
|
| - if (this.diagnostic.storyUrl) {
|
| - rows.push(['url', this.diagnostic.storyUrl]);
|
| - }
|
| if (this.diagnostic.storyDisplayName) {
|
| rows.push(['story', this.diagnostic.storyDisplayName]);
|
| }
|
|
|