diff --git a/client/app/components/ParameterMappingInput.jsx b/client/app/components/ParameterMappingInput.jsx index 16c2d8a967..697cbe96e5 100644 --- a/client/app/components/ParameterMappingInput.jsx +++ b/client/app/components/ParameterMappingInput.jsx @@ -484,6 +484,7 @@ class Title extends React.Component { return ( diff --git a/client/app/services/widget.js b/client/app/services/widget.js index 6763997776..9bd4221e96 100644 --- a/client/app/services/widget.js +++ b/client/app/services/widget.js @@ -149,7 +149,6 @@ function WidgetFactory($http, $location, Query, Visualization, dashboardGridOpti } save() { - console.log('here', this); const data = pick(this, 'options', 'text', 'id', 'width', 'dashboard_id', 'visualization_id'); let url = 'api/widgets';