| Index: tracing/tracing/value/histogram_set.html
|
| diff --git a/tracing/tracing/value/histogram_set.html b/tracing/tracing/value/histogram_set.html
|
| index f02ed1fadccf48f3b8da7be65305b1ba99856f9a..935011f23c239f65b3b2399f098b9f5cda38007e 100644
|
| --- a/tracing/tracing/value/histogram_set.html
|
| +++ b/tracing/tracing/value/histogram_set.html
|
| @@ -315,11 +315,6 @@ tr.exportTo('tr.v', function() {
|
| candidates.push(buildbotInfo);
|
| }
|
|
|
| - const deviceInfo = tr.v.d.DeviceInfo.getFromHistogram(hist);
|
| - if (deviceInfo instanceof tr.v.d.MergedDeviceInfo) {
|
| - candidates.push(deviceInfo);
|
| - }
|
| -
|
| for (const diagnostic of candidates) {
|
| if (diagnostic === undefined) continue;
|
| let found = false;
|
|
|