| Index: tracing/tracing/metrics/value_set.html
|
| diff --git a/tracing/tracing/metrics/value_set.html b/tracing/tracing/metrics/value_set.html
|
| index b1f2acbffd8e043728b0159414e3089e73e73693..7faa64e6c423dbcd32fc50d1b17fdddae84745f4 100644
|
| --- a/tracing/tracing/metrics/value_set.html
|
| +++ b/tracing/tracing/metrics/value_set.html
|
| @@ -71,13 +71,6 @@ tr.exportTo('tr.metrics', function() {
|
| },
|
|
|
| addValue: function(v) {
|
| - if (!(v instanceof tr.v.NumericValue)) {
|
| - var err = new Error('Tried to add value ' + v +
|
| - ' which is non-Numeric');
|
| - err.name = 'ValueError';
|
| - throw err;
|
| - }
|
| -
|
| if (this.values_[v.guid]) {
|
| var err = new Error('Tried to add same value twice');
|
| err.name = 'ValueError';
|
|
|