Skip to content

Commit

Permalink
remove console.log and change wording (apache#5702)
Browse files Browse the repository at this point in the history
  • Loading branch information
kristw authored and williaster committed Aug 23, 2018
1 parent 9fb28b5 commit 0448db3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ class ControlPanelsContainer extends React.Component {
{querySectionsToRender.map(this.renderControlPanelSection)}
</Tab>
{displaySectionsToRender.length > 0 &&
<Tab eventKey="display" title={t('Style')}>
<Tab eventKey="display" title={t('Visual Properties')}>
{displaySectionsToRender.map(this.renderControlPanelSection)}
</Tab>
}
Expand Down
2 changes: 0 additions & 2 deletions superset/assets/src/visualizations/word_cloud.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ function wordCloud(element, props) {
colorScheme,
} = props;

console.log('data', data);

const chart = d3.select(element);
const size = [width, height];
const rotationFn = ROTATION[rotation] || ROTATION.random;
Expand Down

0 comments on commit 0448db3

Please sign in to comment.