| Index: appengine/swarming/elements/res/imp/stats/partial-line-chart.html
|
| diff --git a/appengine/swarming/elements/res/imp/stats/partial-line-chart.html b/appengine/swarming/elements/res/imp/stats/partial-line-chart.html
|
| index 81b98f0e49490e1e340bbcd9ee555f28e0d2612e..9ac2a056f320f95479af9c61b46b1c8dad8b1b75 100644
|
| --- a/appengine/swarming/elements/res/imp/stats/partial-line-chart.html
|
| +++ b/appengine/swarming/elements/res/imp/stats/partial-line-chart.html
|
| @@ -29,7 +29,7 @@
|
| Events:
|
| None.
|
| -->
|
| -<link rel="import" href="/imp/bower_components/google-chart/google-chart.html">
|
| +<link rel="import" href="/res/imp/bower_components/google-chart/google-chart.html">
|
|
|
| <dom-module id="partial-line-chart">
|
| <style>
|
| @@ -86,7 +86,6 @@
|
| },
|
|
|
| trimData: function() {
|
| - console.log(this.all_data);
|
| var table = new google.visualization.DataTable(this.all_data);
|
| if (!this.names || this.names.length === 0) {
|
| return JSON.parse(table.toJSON());
|
|
|